Added internal billing NBE email for external products

This commit is contained in:
Frank Schubert
2023-02-28 16:43:17 +01:00
parent 5610efdb94
commit 1aa4bdd89e
7 changed files with 124 additions and 7 deletions

View File

@@ -1020,6 +1020,9 @@ class OrderController extends mfBaseController {
if(!$order->sendExtBillinfoEmail(new Address($ext_product_owner_id))) {
$this->layout()->setFlash("Beim Senden der externen Billing Benachrichtigung ist ein Fehler aufgetreten.", "warning");
}
if(!$order->sendExtBillNbeInfoEmail(new Address($ext_product_owner_id))) {
$this->layout()->setFlash("Beim Senden der internen Billing NBE Benachrichtigung ist ein Fehler aufgetreten.", "warning");
}
}
if($int_products) {