We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8a67a commit 9023913Copy full SHA for 9023913
views/orders/all.ejs
@@ -81,7 +81,7 @@
81
<% } else if(
82
// HACK CANCELLED ORDERS
83
// TODO move to config.js (or write more code)
84
- ['1336', '1541', '2015', '2085', '2554', '2568', '2600']
+ ['1336', '1541', '2015', '2085', '2554', '2568', '2599']
85
.includes(order.janCode)
86
){ %>
87
<tr>
0 commit comments