Skip to content

Commit

Permalink
Merge pull request #39410 from ljain112/fix-pr
Browse files Browse the repository at this point in the history
 fix(Purchase Register): show bill_date and bill_no (#38742)
  • Loading branch information
deepeshgarg007 authored Jan 17, 2024
2 parents 5693979 + 4b19792 commit bee90e5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def _execute(filters=None, additional_table_columns=None):
"payable_account": inv.credit_to,
"mode_of_payment": inv.mode_of_payment,
"project": ", ".join(project) if inv.doctype == "Purchase Invoice" else inv.project,
"bill_no": inv.bill_no,
"bill_date": inv.bill_date,
"remarks": inv.remarks,
"purchase_order": ", ".join(purchase_order),
"purchase_receipt": ", ".join(purchase_receipt),
Expand Down

0 comments on commit bee90e5

Please sign in to comment.