Update newpayment.php
This commit is contained in:
parent
e8ba8814cd
commit
b5d1a34080
@ -1445,7 +1445,7 @@ if ($action != 'dopayment')
|
||||
{
|
||||
print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("InvoicePaid").'</span>';
|
||||
}
|
||||
elseif ($source == 'membersubscription' && $object->datefin>dol_now())
|
||||
elseif ($source == 'membersubscription' && $object->datefin > dol_now())
|
||||
{
|
||||
print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("MembershipPaid").'</span>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user