mirror of
https://github.com/frappe/books.git
synced 2025-01-22 22:58:28 +00:00
feat: add option to display time in templates
This commit is contained in:
parent
94e1303101
commit
aea29b0394
@ -11,6 +11,7 @@ export class PrintSettings extends Doc {
|
||||
color?: string;
|
||||
font?: string;
|
||||
displayLogo?: boolean;
|
||||
displayTime?: boolean;
|
||||
amountInWords?: boolean;
|
||||
override hidden: HiddenMap = {};
|
||||
}
|
||||
|
@ -120,6 +120,12 @@
|
||||
"label": "Display Amount In Words",
|
||||
"fieldtype": "Check",
|
||||
"section": "Customizations"
|
||||
},
|
||||
{
|
||||
"fieldname": "displayTime",
|
||||
"label": "Display Time In Invoice",
|
||||
"fieldtype": "Check",
|
||||
"section": "Customizations"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user