feat: add C53, C52 and DKI orders

This commit is contained in:
nanov 2019-11-26 18:22:09 +02:00
parent f2a3d6f067
commit 9725380edd
2 changed files with 5 additions and 2 deletions

View File

@ -42,7 +42,7 @@ module.exports = {
CCS,
XE3,
XCT,
STA,
VMK,
HAA,
@ -53,5 +53,5 @@ module.exports = {
HAC,
DKI,
C52,
C53
C53,
};

View File

@ -77,6 +77,9 @@ const fnOrders = {
PTK: dateBuilder,
HAC: dateBuilder,
Z53: dateBuilder,
DKI: dateBuilder,
C53: dateBuilder,
C52: dateBuilder,
};
const getOrderObject = (name, order) => {