We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f2d9f7 + e1f1c4f commit a29b900Copy full SHA for a29b900
1 file changed
india_compliance/gst_india/client_scripts/company.js
@@ -22,6 +22,10 @@ frappe.ui.form.on(DOCTYPE, {
22
"default_customs_payable_account",
23
{ root_type: "Liability" },
24
]);
25
+ erpnext.company.set_custom_query(frm, [
26
+ "default_gst_expense_account",
27
+ {},
28
+ ]);
29
30
frm.set_query("print_label", "bank_details_for_printing", (_, cdt, cdn) => {
31
return {
0 commit comments