Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
Souke
Seguir
5
Destacar
0
Fork
1
Código
Incidencias
1
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
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
d9baeaf68d
commit
8eeabbc94a
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar