Skip to content

Commit

Permalink
fix: apply price list after batch or serial no insertion (#27566)
Browse files Browse the repository at this point in the history
  • Loading branch information
18alantom authored Sep 28, 2021
1 parent b91333a commit 72c081f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/public/js/controllers/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
me.frm.script_manager.trigger('qty', item.doctype, item.name);
if (!me.frm.doc.set_warehouse)
me.frm.script_manager.trigger('warehouse', item.doctype, item.name);
me.apply_price_list(item, true);
}, undefined, !frappe.flags.hide_serial_batch_dialog);
}
},
Expand Down

0 comments on commit 72c081f

Please sign in to comment.