commit | 6a6d6f7f8bde1e4fc85c9292a26e4703655177d7 | [log] [tgz] |
---|---|---|
author | Dany Robert <rtdany10@gmail.com> | Tue Dec 07 12:17:45 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Dec 07 12:17:45 2021 +0530 |
tree | 168f3a24595f293574073b2b87ae46f469a768be | |
parent | ebd4179295d5809afac79077f59edfe2f46f1617 [diff] |
fix: localize QR fieldname
diff --git a/erpnext/regional/saudi_arabia/setup.py b/erpnext/regional/saudi_arabia/setup.py index 38a089c..3afcf53 100644 --- a/erpnext/regional/saudi_arabia/setup.py +++ b/erpnext/regional/saudi_arabia/setup.py
@@ -33,8 +33,8 @@ custom_fields = { 'Sales Invoice': [ dict( - fieldname='qr_code', - label='QR Code', + fieldname='ksa_einv_qr', + label='KSA E-Invoicing QR', fieldtype='Attach Image', read_only=1, no_copy=1, hidden=1 )