Skip to content

Commit

Permalink
fix: add filter for purchase doctype to purchase reco tool
Browse files Browse the repository at this point in the history
(cherry picked from commit 87fa77e)
  • Loading branch information
vorasmit authored and mergify[bot] committed Nov 30, 2024
1 parent d8447fa commit cf23a9d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,12 @@ class PurchaseReconciliationTool {
fieldname: "is_reverse_charge",
fieldtype: "Check",
},
{
label: "DocType",
fieldname: "purchase_doctype",
fieldtype: "Select",
options: ["Purchase Invoice", "Bill of Entry"],
},
];

fields.forEach(field => (field.parent = "Purchase Reconciliation Tool"));
Expand Down

0 comments on commit cf23a9d

Please sign in to comment.