Auto-commit
This commit is contained in:
parent
bfd541e2a6
commit
8d29302b44
|
|
@ -1335,10 +1335,10 @@
|
|||
"doctype": "Client Script",
|
||||
"dt": "Property tax return",
|
||||
"enabled": 1,
|
||||
"modified": "2025-08-04 15:00:37.434620",
|
||||
"modified": "2025-08-04 21:20:20.795143",
|
||||
"module": "Taxes Az",
|
||||
"name": "DefaultProperty tax return Emlak vergi hesablamasi 6ci cedvel",
|
||||
"script": "frappe.ui.form.on('Property tax return', {\r\n onload: function(frm) {\r\n if (!frm.doc.__islocal) return; \r\n\r\n if (!frm.doc.vergi_hesab_6ci) {\r\n frm.set_value('vergi_hesab_6ci', []); \r\n }\r\n\r\n const default_rows = [\r\n { göstəricilər: '511.1 Müəssisə il ərzində tam fəaliyyət göstərdiyi halda', SahəAdı2: 'Məlumat' },\r\n \r\n ];\r\n\r\n default_rows.forEach(row => {\r\n frm.add_child('vergi_hesab_6ci', row);\r\n });\r\n\r\n frm.refresh_field('vergi_hesab_6ci'); \r\n }\r\n});",
|
||||
"script": "frappe.ui.form.on('Property tax return', {\r\n onload: function(frm) {\r\n if (!frm.doc.__islocal) return; \r\n\r\n if (!frm.doc.vergi_hesab_6ci) {\r\n frm.set_value('vergi_hesab_6ci', []); \r\n }\r\n\r\n const default_rows = [\r\n { göstəricilər: '511.1 Müəssisə il ərzində tam fəaliyyət göstərdiyi halda', SahəAdı2: 'Məlumat' },\r\n { göstəricilər: '511.2 Müəssisə il ərzində yarandığı halda', SahəAdı2: 'Məlumat' },\r\n \r\n ];\r\n\r\n default_rows.forEach(row => {\r\n frm.add_child('vergi_hesab_6ci', row);\r\n });\r\n\r\n frm.refresh_field('vergi_hesab_6ci'); \r\n }\r\n});",
|
||||
"view": "Form"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue