diff --git a/src/QUI/ERP/EventHandler.php b/src/QUI/ERP/EventHandler.php
index 7328c96c6562a966b3f4950479695081df926927..7fd4d3f3b5711bf26d81b9805403ca0ebfa84374 100644
--- a/src/QUI/ERP/EventHandler.php
+++ b/src/QUI/ERP/EventHandler.php
@@ -130,6 +130,7 @@ public static function patchBankAccount()
         $bankAccount = BankAccounts::addBankAccount($bankAccountData);
 
         $Conf->setValue('company', 'bankAccountId', $bankAccount['id']);
+        $Conf->setValue('bankAccounts', 'isPatched', true);
         $Conf->save();
     }