Skip to content

Commit

Permalink
refactor: add unreconcile btn to purchase invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Sep 15, 2023
1 parent f2b0ac6 commit 94ce43b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ erpnext.accounts.PurchaseInvoice = class PurchaseInvoice extends erpnext.buying.
}

this.frm.set_df_property("tax_withholding_category", "hidden", doc.apply_tds ? 0 : 1);
erpnext.accounts.unreconcile_payments.add_unreconcile_btn(me.frm);
}

unblock_invoice() {
Expand Down

0 comments on commit 94ce43b

Please sign in to comment.