瀏覽代碼

[Backend] Adaptation export Evoliz : inclure TVA #913

feature/souke
Guillaume 1 年之前
父節點
當前提交
95f8580550
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      backend/controllers/DocumentController.php

+ 4
- 2
backend/controllers/DocumentController.php 查看文件

@@ -256,7 +256,8 @@ class DocumentController extends BackendController
'TVA',
'Total TVA',
'Total HT',
'Créateur',
'Classification vente',
'Code Classification vente',
];

foreach ($documentManager->getProductsOrders($document) as $productOrderArray) {
@@ -311,7 +312,8 @@ class DocumentController extends BackendController
$productOrder->taxRate->value * 100, // TVA
$tva, // Total TVA
$priceTotal, // Total HT
'', // Créateur
'', // Classification vente
'01', // Code Classification vente
];
}
}

Loading…
取消
儲存