fix: change print_format_type from Server to Jinja (#26374)

This commit is contained in:
Mohammed Redah
2021-08-17 16:15:55 +03:00
committed by GitHub
parent a14d218834
commit a2966db1e5
18 changed files with 18 additions and 18 deletions

View File

@@ -13,6 +13,6 @@
"name": "Salary Slip based on Timesheet",
"owner": "Administrator",
"print_format_builder": 1,
"print_format_type": "Server",
"print_format_type": "Jinja",
"standard": "Yes"
}

View File

@@ -16,7 +16,7 @@
"name": "Salary Slip Standard",
"owner": "Administrator",
"print_format_builder": 1,
"print_format_type": "Server",
"print_format_type": "Jinja",
"show_section_headings": 0,
"standard": "Yes"
}