ellisran пре 4 дана
родитељ
комит
c986852078
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/controller/cost_controller.js

+ 1 - 0
app/controller/cost_controller.js

@@ -1025,6 +1025,7 @@ module.exports = app => {
 
         async gather(ctx) {
             try {
+                await this.checkDutyRela(ctx);
                 const ledgerStages = await this.getTypeStages(ctx, 'ledger', 'ASC');
                 const renderData = {
                     ledgerStages,