item groups now have order - start page is now item group 1 (configurable in globals)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module.exports = {
|
||||
ApiUrl: '@@apiEndpoint',
|
||||
DefaultPageSize: 18,
|
||||
ItemGroupIdOfStartPage: "1",
|
||||
FormatCurrency: function(amount_s) {
|
||||
var amount = parseFloat(amount_s);
|
||||
return ( amount.toFixed(2) + " KM" )
|
||||
|
||||
Reference in New Issue
Block a user