Browse Source

Correctif mise en ligne

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

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

$ticket->setVisitorToken(uniqid()) ; $ticket->setVisitorToken(uniqid()) ;
} }


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

Loading…
Cancel
Save