Browse Source

Merge branch 'dev'

master
Guillaume Bourgeois 5 years ago
parent
commit
dc6742516d
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