fix: Hide font-size from print format
- Since it is only used in new print format builder and it can be set via new print format builder's interface
This commit is contained in:
parent
1fd84f6b09
commit
eda8be74ca
1 changed files with 2 additions and 1 deletions
|
|
@ -245,6 +245,7 @@
|
|||
"default": "14",
|
||||
"fieldname": "font_size",
|
||||
"fieldtype": "Int",
|
||||
"hidden": 1,
|
||||
"label": "Font Size"
|
||||
},
|
||||
{
|
||||
|
|
@ -258,7 +259,7 @@
|
|||
"icon": "fa fa-print",
|
||||
"idx": 1,
|
||||
"links": [],
|
||||
"modified": "2022-11-09 15:29:46.709305",
|
||||
"modified": "2023-05-31 15:40:52.919029",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Printing",
|
||||
"name": "Print Format",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue