fix: Label for return amount

This commit is contained in:
Deepesh Garg 2019-12-24 11:51:39 +05:30 committed by GitHub
parent b695fd31d6
commit cc62aad503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@
{ {
"fieldname": "return_amount", "fieldname": "return_amount",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Return Amount", "label": "Returned Amount",
"options": "Company:company:default_currency", "options": "Company:company:default_currency",
"read_only": 1 "read_only": 1
} }
@ -210,4 +210,4 @@
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"track_changes": 1 "track_changes": 1
} }