Merge pull request #21099 from anupamvs/item-wise-sales-history-billed-amount-bug

bug: Item-wise Sales History - Billed amount
This commit is contained in:
rohitwaghchaure 2020-03-28 15:05:41 +05:30 committed by GitHub
commit 2d5addafa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,8 +121,8 @@ def get_columns(filters):
},
{
"label": _("Billed Amount"),
"fieldname": "rate",
"options": "billed_amount",
"fieldtype": "currency",
"fieldname": "billed_amount",
"width": 120
},
{