Invoice print format updated and Sales Order print format added.

This commit is contained in:
Ty Reynolds
2026-01-15 08:38:20 -05:00
parent eee74501cd
commit bb60e17770
5 changed files with 232 additions and 28 deletions

View File

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