mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Add label in list of Stripe payments
This commit is contained in:
parent
52767c4324
commit
b7bf12819a
|
|
@ -1010,6 +1010,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
|
|||
{
|
||||
print '<td>'.$langs->trans('LocalID').'</td>';
|
||||
}
|
||||
print '<td>'.$langs->trans('Label').'</td>';
|
||||
print '<td>'.$langs->trans('StripeID').'</td>';
|
||||
print '<td>'.$langs->trans('Type').'</td>';
|
||||
print '<td>'.$langs->trans('Informations').'</td>';
|
||||
|
|
@ -1063,6 +1064,9 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
|
|||
print $companypaymentmodetemp->id;
|
||||
print '</td>';
|
||||
print '<td>';
|
||||
print $companypaymentmodetemp->label;
|
||||
print '</td>';
|
||||
print '<td>';
|
||||
print $companypaymentmodetemp->stripe_card_ref;
|
||||
if ($companypaymentmodetemp->stripe_card_ref)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user