Skip to content

Commit

Permalink
Update newpayment.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 24, 2018
1 parent e8ba881 commit b5d1a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/public/payment/newpayment.php
Expand Up @@ -1445,7 +1445,7 @@
{
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>';
}
Expand Down

0 comments on commit b5d1a34

Please sign in to comment.