fix: localize QR fieldname
This commit is contained in:
parent
ebd4179295
commit
6a6d6f7f8b
@ -33,8 +33,8 @@ def make_custom_fields():
|
|||||||
custom_fields = {
|
custom_fields = {
|
||||||
'Sales Invoice': [
|
'Sales Invoice': [
|
||||||
dict(
|
dict(
|
||||||
fieldname='qr_code',
|
fieldname='ksa_einv_qr',
|
||||||
label='QR Code',
|
label='KSA E-Invoicing QR',
|
||||||
fieldtype='Attach Image',
|
fieldtype='Attach Image',
|
||||||
read_only=1, no_copy=1, hidden=1
|
read_only=1, no_copy=1, hidden=1
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user