Commit 19a52ad4 authored by Sven Franck's avatar Sven Franck

updated table priorities

parent 68d3a04f
......@@ -49,7 +49,7 @@
{"field": "total_price", "show": true, "persist": true, "sort":false},
{"field": "price_currency", "show": "true", "priority": 4, "merge": "total_price"},
{"field": "translated_simulation_state_title", "show":"true", "priority": 5},
{"custom": true, "show": true, "persist": true, "sort": false, "action_list": [{"class_list": "action translate", "action": "download", "icon":"file-alt", "text": "Download", "text_i18n":"portable_type_dict.invoice_dict.download"}]}
{"custom": true, "show": true, "priority": 6, "sort": false, "action_list": [{"class_list": "action translate", "action": "download", "icon":"file-alt", "text": "Download", "text_i18n":"portable_type_dict.invoice_dict.download"}]}
]
}
],
......
......@@ -34,16 +34,16 @@
{
"position": "header",
"fieldlist": [
{"field": "reference", "show": true, "priority": 4},
{"field": "title", "show": true, "priority": 1},
{"field": "reference", "show": true, "priority": 6},
{"field": "title", "show": true, "priority": 5},
{"field": "translated_validation_state_title", "show": "true", "priority": 4}
]
},
{
"position": "body",
"fieldlist": [
{"field": "reference", "show": true, "priority": 4},
{"field": "title", "show": true, "priority": 1},
{"field": "reference", "show": true, "priority": 6},
{"field": "title", "show": true, "priority": 5},
{"field": "translated_validation_state_title", "show": "true", "priority": 4}
]
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment