Browse Source

[backend] Distribution : report Terre de pains

dev
Guillaume Bourgeois 4 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

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

// global

Loading…
Cancel
Save