Merge branch 'ticket/r16112-display-credit' into develop

This commit is contained in:
Michael RICOIS 2018-02-28 11:24:27 +01:00
commit a5578a75c1
2 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ if (Db::getInstance()->getValue($sql) === false) {
}
$customer_credit = 0;
if ($display_credits === false) {
if ($display_credits === true) {
$customer_credit = $invite->_get_credit((int) $cookie->id_customer, false, false, 'frontoffice');
}