fix: localize QR fieldname

This commit is contained in:
Dany Robert 2021-12-07 12:17:45 +05:30 committed by GitHub
parent ebd4179295
commit 6a6d6f7f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,8 @@ def make_custom_fields():
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
)