From 6c95ccb8f5ae2774a67ca1accf02f80f342c8c03 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 30 Jan 2012 14:28:31 +0530 Subject: [PATCH] Net total calculation fix --- erpnext/selling/doctype/sales_common/sales_common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/selling/doctype/sales_common/sales_common.js b/erpnext/selling/doctype/sales_common/sales_common.js index d12c039568..a2f276036c 100644 --- a/erpnext/selling/doctype/sales_common/sales_common.js +++ b/erpnext/selling/doctype/sales_common/sales_common.js @@ -243,7 +243,8 @@ cur_frm.cscript.calc_doc_values = function(doc, cdt, cdn, tname, fname, other_fn var net_total_incl = 0 var cl = getchildren(tname, doc.name, fname); for(var i = 0; i