浏览代码

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

正在加载...
取消
保存