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
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -68,7 +68,11 @@ function ($invoiceId, $data) {
}
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% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren