mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-27 07:01:13 +01:00
fix: inserting of items with pricing rule with qty range
This commit is contained in:
@@ -605,7 +605,6 @@ erpnext.PointOfSale.Controller = class {
|
||||
i => i.item_code === item_code
|
||||
&& (!has_batch_no || (has_batch_no && i.batch_no === batch_no))
|
||||
&& (i.uom === uom)
|
||||
&& (i.rate == rate)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user