Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Laclic
/
Souke
Observar
5
Favorito
0
Fork
1
Código
Issues
1
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
[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
1 ano atrás
pai
d9baeaf68d
commit
8eeabbc94a
1 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+3
-0
common/logic/PointSale/PointSale/Service/PointSaleBuilder.php
+ 3
- 0
common/logic/PointSale/PointSale/Service/PointSaleBuilder.php
Ver arquivo
@@ -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;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar