Invoice print format updated and Sales Order print format added.
This commit is contained in:
@@ -40,7 +40,7 @@ frappe.ui.form.on("Customer", {
|
||||
// Defaults
|
||||
frm.set_value("territory", "United States");
|
||||
|
||||
// Add Owner fields to Quick Entry
|
||||
// Add Company fields to Quick Entry
|
||||
frm.add_custom_field({
|
||||
fieldname: "company_name",
|
||||
label: "Company Name",
|
||||
@@ -50,7 +50,7 @@ frappe.ui.form.on("Customer", {
|
||||
});
|
||||
},
|
||||
|
||||
// ZIP auto-fill (kept from previous step)
|
||||
// ZIP auto-fill
|
||||
pincode(frm) {
|
||||
if (!frm.is_quick_entry) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user