소스 검색

[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…
취소
저장