v116.3 - change +1 to printer

This commit is contained in:
Frede Hundewadt 2023-02-21 11:07:11 +01:00
parent e4a4ea62f6
commit 9802f47cf9
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
"the-bad" => "file-earmark-check", "the-bad" => "file-earmark-check",
"the-ugly" => "box2-fill", "the-ugly" => "box2-fill",
"the-dead" => "truck", "the-dead" => "truck",
"accepted" => "hand-thumbs-up", "accepted" => "printer",
_ => "question-square" _ => "question-square"
}; };
} }

View file

@ -1,7 +1,7 @@
{ {
"appInfo": { "appInfo": {
"name": "Wonky Online", "name": "Wonky Online",
"version": "0.116.2", "version": "0.116.3",
"rc": true, "rc": true,
"sandBox": false, "sandBox": false,
"image": "grumpy-coder.png" "image": "grumpy-coder.png"
@ -19,7 +19,7 @@
} }
}, },
"apiConfig": { "apiConfig": {
"baseUrl": "https://dev.innotec.dk", "baseUrl": "https://zeta.innotec.dk",
"catalog": "api/v2/catalog/country", "catalog": "api/v2/catalog/country",
"crmCustomers": "api/v2/crm/companies", "crmCustomers": "api/v2/crm/companies",
"crmInventoryExt": "history/inventory", "crmInventoryExt": "history/inventory",