Explorar el Código

Correctif report-bourlingue.php

feature/souke
Guillaume Bourgeois hace 1 año
padre
commit
a8a9c55c7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      backend/views/distribution/report-bourlingue.php

+ 1
- 1
backend/views/distribution/report-bourlingue.php Ver fichero

@@ -237,7 +237,7 @@ foreach ($pointsSaleArray as $pointSale)
foreach( Product::$unitsArray as $unit => $dataUnit) {
$quantity = $orderManager->getProductQuantity($product, $pointSale->orders, false, $unit);
if ($quantity) {
$theUnit = ( Product::strUnit($unit, 'wording_short', true) == 'p.') ? '' : ' '. $productManager->strUnit($unit, 'wording_short', true) ;
$theUnit = ( $productManager->strUnit($unit, 'wording_short', true) == 'p.') ? '' : ' '. $productManager->strUnit($unit, 'wording_short', true) ;
$html .= $product->name . ' (' .$quantity .$theUnit.')<br />';
}
}

Cargando…
Cancelar
Guardar