Merge pull request #6310 from rohitwaghchaure/pos_itemwise_tax_issue
[Fix] Item level taxes are not getting calculated in POS
This commit is contained in:
commit
c16c0ca944
@ -614,6 +614,7 @@ erpnext.pos.PointOfSale = erpnext.taxes_and_totals.extend({
|
|||||||
this.child.batch_no = this.item_batch_no[this.child.item_code];
|
this.child.batch_no = this.item_batch_no[this.child.item_code];
|
||||||
this.child.serial_no = (this.item_serial_no[this.child.item_code]
|
this.child.serial_no = (this.item_serial_no[this.child.item_code]
|
||||||
? this.item_serial_no[this.child.item_code][0] : '');
|
? this.item_serial_no[this.child.item_code][0] : '');
|
||||||
|
this.child.item_tax_rate = this.items[0].taxes;
|
||||||
},
|
},
|
||||||
|
|
||||||
update_paid_amount_status: function(update_paid_amount){
|
update_paid_amount_status: function(update_paid_amount){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user