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 9023913 commit d48b5acCopy full SHA for d48b5ac
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', '2599']
+ ['1336', '1541', '2015', '2085', '2554', '2568', '2599', '2714', '2715']
85
.includes(order.janCode)
86
){ %>
87
<tr>
0 commit comments