Update newpayment.php
This commit is contained in:
parent
1cc6763950
commit
6a232a8754
@ -1445,6 +1445,10 @@ if ($action != 'dopayment')
|
||||
{
|
||||
print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("InvoicePaid").'</span>';
|
||||
}
|
||||
elseif ($source == 'donation' && $object->paid)
|
||||
{
|
||||
print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("DonationPaid").'</span>';
|
||||
}
|
||||
else
|
||||
{
|
||||
// Buttons for all payments registration methods
|
||||
|
||||
Loading…
Reference in New Issue
Block a user