[website] [number_format] [fix] moved js function & added amount to order list

This commit is contained in:
Rushabh Mehta
2013-03-22 14:56:31 +05:30
parent ceba917e86
commit 3f725308e1
2 changed files with 8 additions and 6 deletions

View File

@@ -372,7 +372,7 @@ def get_orders():
""", customer, as_dict=1)
for order in orders:
order.items = webnotes.conn.sql("""select
item_name, qty, export_rate, delivered_qty, stock_uom
item_name, qty, export_rate, export_amount, delivered_qty, stock_uom
from `tabSales Order Item`
where parent=%s
order by idx""", order.name, as_dict=1)