Sfoglia il codice sorgente

Merge branch 'develop' of https://gitea.laclic.fr/Laclic/LcShopBundle into develop

feature/export_comptable
Guillaume 4 anni fa
parent
commit
47a5ce84d3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      ShopBundle/Services/TicketUtils.php

+ 1
- 1
ShopBundle/Services/TicketUtils.php Vedi File

@@ -38,7 +38,7 @@ class TicketUtils
$ticket->setVisitorToken(uniqid()) ;
}

$ticket->setTicketStatus(Ticket::TICKET_STATUS_OPEN) ;
$ticket->setStatus(Ticket::TICKET_STATUS_OPEN) ;
$ticket->setType($params['type']) ;
if(isset($params['orderShop']) && $params['orderShop'] && $params['orderShop'] instanceof OrderShopInterface) {
$ticket->setOrderShop($params['orderShop']) ;

Loading…
Annulla
Salva