Skip to content
Code-Schnipsel Gruppen Projekte
Commit 096edc71 erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

fix: ajax save -> fetch customer file errors

Übergeordneter 7d502b24
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
...@@ -68,7 +68,11 @@ function ($invoiceId, $data) { ...@@ -68,7 +68,11 @@ function ($invoiceId, $data) {
} }
foreach ($customerFiles as $entry) { foreach ($customerFiles as $entry) {
$Invoice->addCustomerFile($entry['hash'], $entry['options']); try {
$Invoice->addCustomerFile($entry['hash'], $entry['options']);
} catch (\Exception $Exception) {
QUI\System\Log::writeException($Exception);
}
} }
} }
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren