Skip to content

Commit

Permalink
Update newpayment.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Nov 23, 2018
1 parent 6a232a8 commit e8ba881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/public/payment/newpayment.php
Expand Up @@ -1445,6 +1445,10 @@
{
print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("InvoicePaid").'</span>';
}
elseif ($source == 'membersubscription' && $object->datefin>dol_now())
{
print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("MembershipPaid").'</span>';
}
elseif ($source == 'donation' && $object->paid)
{
print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("DonationPaid").'</span>';
Expand Down

0 comments on commit e8ba881

Please sign in to comment.