ソースを参照

Modif TicketUtils (set updatedAt)

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

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

@@ -72,9 +72,11 @@ class TicketUtils

if(isset($params['closeTicket']) && $params['closeTicket']) {
$ticket->setTicketStatus(Ticket::TICKET_STATUS_CLOSED) ;
$this->em->persist($ticket);
}

$ticket->setUpdatedAt(new \DateTime()) ;
$this->em->persist($ticket);

$this->em->flush() ;

return $ticketMessage ;

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