mirror of
https://github.com/frappe/books.git
synced 2025-01-24 15:48:25 +00:00
upd: update PrintSettings schema
This commit is contained in:
parent
a2eebbab6f
commit
e82974ae68
@ -12,6 +12,7 @@ export class PrintSettings extends Doc {
|
||||
font?: string;
|
||||
displayLogo?: boolean;
|
||||
displayTime?: boolean;
|
||||
posPrintWidth?: number;
|
||||
amountInWords?: boolean;
|
||||
override hidden: HiddenMap = {};
|
||||
}
|
||||
|
@ -126,6 +126,12 @@
|
||||
"label": "Display Time In Invoice",
|
||||
"fieldtype": "Check",
|
||||
"section": "Customizations"
|
||||
},{
|
||||
"fieldname": "posPrintWidth",
|
||||
"label": "Pos Print Width",
|
||||
"fieldtype": "Float",
|
||||
"default": 10,
|
||||
"section": "Customizations"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user