Skip to content

Commit

Permalink
Merge pull request #890 from aanil/samples_tab
Browse files Browse the repository at this point in the history
Fix bugs
  • Loading branch information
aanil authored Nov 1, 2024
2 parents e7a30c3 + 8e61f82 commit 538ab4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_dir/static/js/pricing_quote.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ app.component('v-pricing-quote', {
</div>
</div>
<div class="col-5 offset-1 status_limit_width_large">
<div class="row justify-content-end">
<div class="row justify-content-end" v-if="origin === 'Agreement'">
<div class="col-auto">
<div class="fw-bold p-2 border border-secondary rounded-3 my-2">
<span v-if="this.invoice_invalidated"> No</span> Invoicing Required
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_suggestion_box
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def main(config):
if closed:
doc = sb_database.get(doc_id)
doc["archived"] = closed
log.info(f"Card with key {jira_card["key"]} and card_id {card_id} was archived")
log.info(f"Card with key {jira_card['key']} and card_id {card_id} was archived")
docs.append(doc)
except HTTPError:
log.warning(
Expand Down

0 comments on commit 538ab4d

Please sign in to comment.