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

(cherry picked from commit a2966db1e5)

Co-authored-by: Mohammed Redah <mhbu50@gmail.com>
This commit is contained in:
Frappe PR Bot
2021-08-17 19:06:08 +05:30
committed by GitHub
parent 333d962ac2
commit 90818d57f1
18 changed files with 18 additions and 18 deletions

View File

@@ -13,6 +13,6 @@
"name": "Drop Shipping Format",
"owner": "Administrator",
"print_format_builder": 0,
"print_format_type": "Server",
"print_format_type": "Jinja",
"standard": "Yes"
}