commit | 5690be103cd1799e60428e6e408a695eb0014f0c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Feb 12 16:09:11 2015 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Feb 12 16:09:11 2015 +0530 |
tree | 6da011ea5cd78e04813b84edfd8a325c0f95dbc5 | |
parent | dd1c2d30187ed4865e433c0e150524d711f1eac3 [diff] [blame] |
Replaced renamed total fields in code files
diff --git a/erpnext/templates/utils.py b/erpnext/templates/utils.py index 139e63a..9108acf 100644 --- a/erpnext/templates/utils.py +++ b/erpnext/templates/utils.py
@@ -33,7 +33,7 @@ else: additional_fields = "" - transactions = frappe.db.sql("""select name, creation, currency, grand_total_export + transactions = frappe.db.sql("""select name, creation, currency, grand_total %s from `tab%s` where customer=%s and docstatus=1 order by creation desc