소스 검색

[Backend] Documents : correctif isStatusDraft()

feature/souke
Guillaume 1 년 전
부모
커밋
f0d1ac656c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      backend/controllers/InvoiceController.php

+ 1
- 1
backend/controllers/InvoiceController.php 파일 보기

@@ -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
], [

Loading…
취소
저장