mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 11:08:32 +00:00
@@ -160,7 +160,7 @@ def get_item_list(invoice):
|
||||
item.update(d.as_dict())
|
||||
|
||||
item.sr_no = d.idx
|
||||
item.description = d.item_name.replace('"', '\\"')
|
||||
item.description = json.dumps(d.item_name)[1:-1]
|
||||
|
||||
item.qty = abs(item.qty)
|
||||
item.discount_amount = 0
|
||||
|
||||
Reference in New Issue
Block a user