mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 01:12:33 +01:00
@@ -165,7 +165,7 @@ if (! $rowid) {
|
||||
|
||||
$url='https://dashboard.stripe.com/'.$connect.'test/payouts/'.$payout->id;
|
||||
if ($servicestatus) {
|
||||
$url='https://dashboard.stripe.com/'.$connect.'/payouts/'.$payout->id;
|
||||
$url='https://dashboard.stripe.com/'.$connect.'payouts/'.$payout->id;
|
||||
}
|
||||
|
||||
print "<td><a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')." " . $payout->id . "</a></td>\n";
|
||||
|
||||
Reference in New Issue
Block a user