Browse Source

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

feature/export_comptable
Guillaume 4 years ago
parent
commit
47a5ce84d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Services/TicketUtils.php

+ 1
- 1
ShopBundle/Services/TicketUtils.php View 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…
Cancel
Save