fix: description missing in the XML (#16985)

This commit is contained in:
rohitwaghchaure 2019-03-24 12:19:58 +05:30 committed by Faris Ansari
parent 0f1271612a
commit 9673d0ddae

View File

@ -134,6 +134,7 @@ def get_invoice_summary(items, taxes):
idx=len(items)+1,
item_code=reference_row.description,
item_name=reference_row.description,
description=reference_row.description,
rate=reference_row.tax_amount,
qty=1.0,
amount=reference_row.tax_amount,