fix: add missing semicolons
This commit is contained in:
committed by
deepeshgarg007
parent
2697c2d869
commit
c552d74746
@@ -13,7 +13,7 @@ frappe.ui.form.on("Sales Invoice", {
|
|||||||
filters: {
|
filters: {
|
||||||
'transporter': doc.transporter
|
'transporter': doc.transporter
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -30,4 +30,4 @@ frappe.listview_settings['Sales Invoice'].onload = function (doclist) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
doclist.page.add_actions_menu_item(__('Generate e-Way Bill JSON'), action, false);
|
doclist.page.add_actions_menu_item(__('Generate e-Way Bill JSON'), action, false);
|
||||||
}
|
};
|
||||||
Reference in New Issue
Block a user