mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
Merge pull request #5341 from rohitwaghchaure/support_week_1
[Fix] Warranty claim form, unexpected token illegal error
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
frappe.provide("erpnext.support");
|
frappe.provide("erpnext.support");
|
||||||
|
|
||||||
{% include "erpnext/public/js/utils.js" %}
|
|
||||||
|
|
||||||
frappe.ui.form.on("Warranty Claim", {
|
frappe.ui.form.on("Warranty Claim", {
|
||||||
customer: function(frm) {
|
customer: function(frm) {
|
||||||
erpnext.utils.get_party_details(frm);
|
erpnext.utils.get_party_details(frm);
|
||||||
|
|||||||
Reference in New Issue
Block a user