Browse Source

Merge branch 'dev'

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

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

// global

Loading…
Cancel
Save