fix: add missing semicolons

This commit is contained in:
Sagar Vora
2019-03-13 00:46:32 +05:30
committed by deepeshgarg007
parent 2697c2d869
commit c552d74746
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ frappe.ui.form.on("Sales Invoice", {
filters: {
'transporter': doc.transporter
}
}
};
});
},

View File

@@ -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);
}
};