mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 23:38:01 +00:00
minor fix (#15503)
This commit is contained in:
committed by
Nabin Hait
parent
e20b7cc47d
commit
c3772f1ac4
@@ -264,7 +264,7 @@ erpnext.selling.SellingController = erpnext.TransactionController.extend({
|
||||
{
|
||||
row.incentives = flt(
|
||||
row.allocated_amount * row.commission_rate / 100.0,
|
||||
precision("incentives", sales_person));
|
||||
precision("incentives", row));
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user