chore: change QR field label

This commit is contained in:
Dany Robert
2021-12-07 12:18:32 +05:30
committed by GitHub
parent 6a6d6f7f8b
commit f0fee5672f

View File

@@ -22,7 +22,7 @@ def create_qr_code(doc, method=None):
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
)