瀏覽代碼

[backend] Distribution : report Terre de pains

dev
Guillaume Bourgeois 4 年之前
父節點
當前提交
0b8e83f289
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      backend/controllers/DistributionController.php

+ 1
- 0
backend/controllers/DistributionController.php 查看文件

@@ -632,6 +632,7 @@ class DistributionController extends BackendController
$productsNameArray[] = $product->name .$theUnit ;
$productsIndexArray[$product->id] = $cpt ++ ;
}
$productsNameArray[] = 'Total' ;
$datas[] = $productsNameArray ;

// global

Loading…
取消
儲存