gjy %!s(int64=3) %!d(string=hai) anos
pai
achega
123580f1a9
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 1 1
      .gitignore
  2. 2 0
      src/views/check-flow/listenerId.js

+ 1 - 1
.gitignore

@@ -11,7 +11,7 @@ deployment.yaml
 tests/**/coverage/
 tests/e2e/reports
 selenium-debug.log
-
+config
 # Editor directories and files
 .idea
 .vscode

+ 2 - 0
src/views/check-flow/listenerId.js

@@ -14,6 +14,8 @@ export default function getListenerIdFromBusinessCode (businessCode) {
       return 'saleCloseReportListener'
     case 'SALE-RECEIPT-REPORT':
       return 'saleOutReportListener'
+      case 'TRANSPORTATION-SETTLEMENT-REPORT':
+        return 'tranSettlementReportListener'
     default:
       return null;