Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidpeywasti committed May 28, 2019
1 parent 5073f6f commit 2a52de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/library/EventListener/DataContainer/ProductListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ protected function formatOptions(Model $current, Model\Collection $models)
$group = strtotime('0:00', $model->date) === $dayBegin ? $sameDay : $otherDay;

$options[$group][$model->id] = sprintf(
'%s (%s) [%s]',
'%s - %s',
$model->sku,
$model->title,
$model->code,
Date::parse($GLOBALS['TL_CONFIG']['dateFormat'], $model->date)
//Date::parse($GLOBALS['TL_CONFIG']['dateFormat'], $model->date)
);
}

Expand Down

0 comments on commit 2a52de5

Please sign in to comment.