Explorar el Código

[Administration] Points de vente > création : checkbox "Activer bouton de génération de bon de livraison" cochées par défaut #1344

feature/souke
Guillaume Bourgeois hace 1 año
padre
commit
8eeabbc94a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      common/logic/PointSale/PointSale/Service/PointSaleBuilder.php

+ 3
- 0
common/logic/PointSale/PointSale/Service/PointSaleBuilder.php Ver fichero

@@ -28,6 +28,9 @@ class PointSaleBuilder extends AbstractBuilder
{
$pointSale = new PointSale();

$pointSale->button_generate_delivery_note_point_sale = true;
$pointSale->button_generate_delivery_note_each_user = true;

return $pointSale;
}


Cargando…
Cancelar
Guardar