Fix subscription =="yes"

This commit is contained in:
daraelmin 2021-04-29 23:11:51 +02:00 committed by GitHub
parent 965eb2d639
commit 4174ebd9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();