mirror of
https://github.com/itsdave-de/msp.git
synced 2026-08-13 23:20:05 -03:00
fix jinja methods for item label for v14
This commit is contained in:
+4
-4
@@ -18,11 +18,11 @@ app_license = "GPLv3"
|
|||||||
# app_include_css = "/assets/msp/css/msp.css"
|
# app_include_css = "/assets/msp/css/msp.css"
|
||||||
app_include_js = "/assets/msp/js/customer_quick_entry.js"
|
app_include_js = "/assets/msp/js/customer_quick_entry.js"
|
||||||
|
|
||||||
jenv = {
|
jinja = {
|
||||||
"methods": [
|
"methods": [
|
||||||
"jinja_get_item_price:msp.things.get_item_price_for_label",
|
"msp.things.get_item_price_for_label",
|
||||||
"jinja_get_epc_code:msp.things.get_epc_inline",
|
"msp.things.get_epc_inline",
|
||||||
"jinja_get_qr_code:msp.things.get_qr_code_inline"
|
"msp.things.get_qr_code_inline"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user