Procházet zdrojové kódy

[Backend] Documents : correctif isStatusDraft()

feature/souke
Guillaume před 1 rokem
rodič
revize
f0d1ac656c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      backend/controllers/InvoiceController.php

+ 1
- 1
backend/controllers/InvoiceController.php Zobrazit soubor

@@ -65,7 +65,7 @@ class InvoiceController extends DocumentController

$invoice = $invoiceManager->findOneInvoiceById($idInvoice);

if ($invoice && $invoice->isStatusDraft()) {
if ($invoice && $invoiceManager->isStatusDraft($invoice)) {
Order::updateAll([
'id_invoice' => null
], [

Načítá se…
Zrušit
Uložit