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

@ -53,5 +53,5 @@ module.exports = {
HAC, HAC,
DKI, DKI,
C52, C52,
C53 C53,
}; };

View File

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