Browse Source

[backend] Distribution : report Terre de pains

dev
Guillaume Bourgeois 5 years ago
parent
commit
0b8e83f289
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/controllers/DistributionController.php

+ 1
- 0
backend/controllers/DistributionController.php View File

$productsNameArray[] = $product->name .$theUnit ; $productsNameArray[] = $product->name .$theUnit ;
$productsIndexArray[$product->id] = $cpt ++ ; $productsIndexArray[$product->id] = $cpt ++ ;
} }
$productsNameArray[] = 'Total' ;
$datas[] = $productsNameArray ; $datas[] = $productsNameArray ;


// global // global

Loading…
Cancel
Save