Skip to content

Commit

Permalink
fix: actual charge_type for BOE
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninad1306 committed Aug 23, 2024
1 parent 37142a7 commit ded79a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ frappe.ui.form.on("Bill of Entry", {
onload(frm) {
frm.fields_dict.items.grid.cannot_add_rows = true;
frm.bill_of_entry_controller = new BillOfEntryController(frm);
frm.get_docfield("taxes", "charge_type").options =
"\nActual\nOn Net Total\nOn Item Quantity";
},

refresh(frm) {
Expand Down

0 comments on commit ded79a3

Please sign in to comment.