commit | 4b4d828260b058db1db8df0eb1f61d2da5a26be7 | [log] [tgz] |
---|---|---|
author | HarryPaulo <paulo_fabris@hotmail.com> | Wed Jul 19 13:02:55 2023 -0300 |
committer | HarryPaulo <paulo_fabris@hotmail.com> | Wed Jul 19 13:02:55 2023 -0300 |
tree | f5474f14c539883100badc7f0d12b4cc4f8a0319 | |
parent | 781e57f5bf2463371e6968a2b640dab1c71cf7a0 [diff] |
fix: inserting of items with pricing rule with qty range
diff --git a/erpnext/selling/page/point_of_sale/pos_controller.js b/erpnext/selling/page/point_of_sale/pos_controller.js index 016ebf0..d9efd12 100644 --- a/erpnext/selling/page/point_of_sale/pos_controller.js +++ b/erpnext/selling/page/point_of_sale/pos_controller.js
@@ -605,7 +605,6 @@ i => i.item_code === item_code && (!has_batch_no || (has_batch_no && i.batch_no === batch_no)) && (i.uom === uom) - && (i.rate == rate) ); }