Fix $objp->subscription =="yes"
This commit is contained in:
parent
4174ebd9c0
commit
749aeeb233
@ -331,7 +331,7 @@ if ($id > 0 || ! empty($ref))
|
||||
else
|
||||
{
|
||||
print '<td class="left nowrap">';
|
||||
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