Trans
This commit is contained in:
parent
da617f7d32
commit
fe68e8acdd
@ -51,3 +51,5 @@ StripeAccount=Stripe account
|
||||
StripeChargeList=List of Stripe charges
|
||||
StripeCustomerId=Stripe customer id
|
||||
StripePaymentModes=Stripe payment modes
|
||||
LocalID=Local ID
|
||||
StripeID=Stripe ID
|
||||
@ -626,8 +626,16 @@ if ($socid && $action != 'edit' && $action != "create")
|
||||
}
|
||||
else print img_warning().' <font class="error">'.$langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("CompanyCountry")).'</font>';
|
||||
print '</td>';
|
||||
// Default
|
||||
print '<td align="center">';
|
||||
print yn($obj->default_rib);
|
||||
if (empty($obj->default_rib))
|
||||
{
|
||||
//print '<a href="' . DOL_URL_ROOT.'/societe/paymentmodes.php?socid='.$object->id.'&source='.$src->id.'&action=setassourcedefault">';
|
||||
print img_picto($langs->trans("Default"),'off');
|
||||
//print '</a>';
|
||||
} else {
|
||||
print img_picto($langs->trans("Default"),'on');
|
||||
}
|
||||
print '</td>';
|
||||
print '<td>';
|
||||
if (empty($obj->stripe_card_ref)) print $langs->trans("Local");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user