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
commit
8eeabbc94a
1 changed files with 3 additions and 0 deletions
  1. +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;
}


Loading…
Cancel
Save