commit | c3772f1ac4c5c4df66da729d53a090935413dbe5 | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <42651287+deepeshgarg007@users.noreply.github.com> | Wed Sep 26 15:55:43 2018 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Sep 26 15:55:43 2018 +0530 |
tree | 600a3fdf3d16fa42a902110239d6b8b2248f50e1 | |
parent | e20b7cc47d63be838bac84dee60352db9b7c950c [diff] |
minor fix (#15503)
diff --git a/erpnext/selling/sales_common.js b/erpnext/selling/sales_common.js index b7b186a..c431df4 100644 --- a/erpnext/selling/sales_common.js +++ b/erpnext/selling/sales_common.js
@@ -264,7 +264,7 @@ { row.incentives = flt( row.allocated_amount * row.commission_rate / 100.0, - precision("incentives", sales_person)); + precision("incentives", row)); } },