This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[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 year ago
parent
d9baeaf68d
commit
8eeabbc94a
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
+3
-0
common/logic/PointSale/PointSale/Service/PointSaleBuilder.php
+ 3
- 0
common/logic/PointSale/PointSale/Service/PointSaleBuilder.php
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save