Skip to content

Commit

Permalink
Merge pull request #9372 from PedroRendeiro/develop
Browse files Browse the repository at this point in the history
Update OrderFollowController.php
  • Loading branch information
PierreRambaud committed Jul 30, 2018
2 parents 69b1f52 + fe08f95 commit e29a6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/front/OrderFollowController.php
Expand Up @@ -99,7 +99,7 @@ public function initContent()

$ordersReturn = $this->getTemplateVarOrdersReturns();
if (count($ordersReturn) <= 0) {
$this->errors[] = $this->trans(
$this->warning[] = $this->trans(
'You have no merchandise return authorizations.', array(), 'Shop.Notifications.Error'
);
}
Expand Down

0 comments on commit e29a6e4

Please sign in to comment.