Skip to content

Commit

Permalink
Merge pull request #697 from Luis-Cruz/feature/FIST-820
Browse files Browse the repository at this point in the history
Temporarily stop automatic sync of financial documents to SAP. FIST-820 #resolve
  • Loading branch information
Luis-Cruz authored Nov 7, 2019
2 parents 8043079 + caabd36 commit 96c969a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void contextInitialized(final ServletContextEvent sce) {
Signal.register(AccountingTransaction.SIGNAL_ANNUL, this::handlerAccountingTransactionAnnulment);
Signal.register(EventState.EVENT_STATE_CHANGED, this::handlerEventStateChange);
Signal.register(EventState.EVENT_STATE_CHANGED, this::calculateSapRequestsForCanceledEvent);
Signal.registerWithoutTransaction(EventState.EVENT_STATE_CHANGED, this::processEvent);
// Signal.registerWithoutTransaction(EventState.EVENT_STATE_CHANGED, this::processEvent);

FenixFramework.getDomainModel().registerDeletionBlockerListener(Exemption.class, this::blockExemption);
FenixFramework.getDomainModel().registerDeletionBlockerListener(Discount.class, this::blockDiscount);
Expand Down

0 comments on commit 96c969a

Please sign in to comment.