mirror of
https://github.com/itsdave-de/msp.git
synced 2025-05-06 15:35:12 +02:00
fix jinja methods for item label for v14
This commit is contained in:
parent
4653083a5d
commit
8e691469ba
@ -18,11 +18,11 @@ app_license = "GPLv3"
|
||||
# app_include_css = "/assets/msp/css/msp.css"
|
||||
app_include_js = "/assets/msp/js/customer_quick_entry.js"
|
||||
|
||||
jenv = {
|
||||
jinja = {
|
||||
"methods": [
|
||||
"jinja_get_item_price:msp.things.get_item_price_for_label",
|
||||
"jinja_get_epc_code:msp.things.get_epc_inline",
|
||||
"jinja_get_qr_code:msp.things.get_qr_code_inline"
|
||||
"msp.things.get_item_price_for_label",
|
||||
"msp.things.get_epc_inline",
|
||||
"msp.things.get_qr_code_inline"
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user