Explorar el Código

Merge branch 'dev'

master
Guillaume Bourgeois hace 4 años
padre
commit
dc6742516d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      backend/controllers/DistributionController.php

+ 1
- 0
backend/controllers/DistributionController.php Ver fichero

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

// global

Cargando…
Cancelar
Guardar