ソースを参照

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

feature/export_comptable
Guillaume 4年前
コミット
47a5ce84d3
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      ShopBundle/Services/TicketUtils.php

+ 1
- 1
ShopBundle/Services/TicketUtils.php ファイルの表示

@@ -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']) ;

読み込み中…
キャンセル
保存