after installation app not able to create or update record in every doctype where any fields placed from this app
ERPNext: v14.65.3
Frappe Framework: v14.67.1
in console getting errors
script_manager.js:32 ƒ (frm) {
erpnext_pk.format_nic(frm, 'tax_nic');
}
form.js:786 ReferenceError: erpnext_pk is not defined

in company doctype
script_manager.js:32 ƒ (frm) {
erpnext_pk.format_ntn(frm, 'tax_ntn');
erpnext_pk.format_strn(frm, 'tax_strn');
erpnext_pk.format_nic(frm, 'tax_nic');
}
form.js:786 ReferenceError: erpnext_pk is not defined

i tried to rebuild app and bench migrate but no luck
please help
after installation app not able to create or update record in every doctype where any fields placed from this app
ERPNext: v14.65.3
Frappe Framework: v14.67.1
in console getting errors
in company doctype
i tried to rebuild app and bench migrate but no luck
please help