Skip to content

Commit c552d74

Browse files
sagarvoradeepeshgarg007
authored andcommitted
fix: add missing semicolons
1 parent 2697c2d commit c552d74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

erpnext/accounts/doctype/sales_invoice/regional/india.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ frappe.ui.form.on("Sales Invoice", {
1313
filters: {
1414
'transporter': doc.transporter
1515
}
16-
}
16+
};
1717
});
1818
},
1919

erpnext/accounts/doctype/sales_invoice/regional/india_list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ frappe.listview_settings['Sales Invoice'].onload = function (doclist) {
3030
}
3131

3232
doclist.page.add_actions_menu_item(__('Generate e-Way Bill JSON'), action, false);
33-
}
33+
};

0 commit comments

Comments
 (0)