commit | f0fee5672f222c1531dd8d8bf26706173fb4720c | [log] [tgz] |
---|---|---|
author | Dany Robert <rtdany10@gmail.com> | Tue Dec 07 12:18:32 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Dec 07 12:18:32 2021 +0530 |
tree | 5993753c8edbcda4301b7238d9896a9d0bc82c44 | |
parent | 6a6d6f7f8bde1e4fc85c9292a26e4703655177d7 [diff] |
chore: change QR field label
diff --git a/erpnext/regional/saudi_arabia/utils.py b/erpnext/regional/saudi_arabia/utils.py index 8209115..9e77b62 100644 --- a/erpnext/regional/saudi_arabia/utils.py +++ b/erpnext/regional/saudi_arabia/utils.py
@@ -22,7 +22,7 @@ doc.doctype: [ dict( fieldname='ksa_einv_qr', - label='QR Code', + label='KSA E-Invoicing QR', fieldtype='Attach Image', read_only=1, no_copy=1, hidden=1 )