mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
fix: small ui changes
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
<style>
|
<style>
|
||||||
|
.print-format-preview {
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
.letter-head {
|
.letter-head {
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
|
|||||||
@@ -63,10 +63,6 @@ frappe.realtime.on("sales_invoice_before_print", (data) => {
|
|||||||
reqd: data.address_line ? 0 : 1,
|
reqd: data.address_line ? 0 : 1,
|
||||||
hidden: data.address_line ? 1 : 0,
|
hidden: data.address_line ? 1 : 0,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
fieldname: "column_break_1",
|
|
||||||
fieldtype: "Column Break",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "City",
|
label: "City",
|
||||||
fieldname: "city",
|
fieldname: "city",
|
||||||
@@ -122,7 +118,7 @@ frappe.realtime.on("sales_invoice_before_print", (data) => {
|
|||||||
},
|
},
|
||||||
callback: function () {
|
callback: function () {
|
||||||
companyDetailsDialog.hide();
|
companyDetailsDialog.hide();
|
||||||
frappe.msgprint(__("Saving document..."));
|
frappe.msgprint(__("Updating details."));
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user