Fix subscription =="yes"
This commit is contained in:
parent
965eb2d639
commit
4174ebd9c0
@ -710,7 +710,7 @@ if ($rowid > 0)
|
||||
else
|
||||
{
|
||||
print '<td class="nowrap left">';
|
||||
if ($objp->subscription == 'yes')
|
||||
if (!empty($objp->subscription))
|
||||
{
|
||||
print $langs->trans("SubscriptionNotReceived");
|
||||
if ($objp->statut > 0) print " ".img_warning();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user