Update transaction.php
This commit is contained in:
parent
ac05dbb206
commit
b09e6f3279
@ -100,7 +100,7 @@ foreach ($txn->data as $txn) {
|
|||||||
$societestatic->societe_id=$obj->fk_soc;
|
$societestatic->societe_id=$obj->fk_soc;
|
||||||
|
|
||||||
// Ref
|
// Ref
|
||||||
print "<TD><A href='".dol_buildpath('/stripeconnect/charge.php', 1) . "?rowid=".$txn->source."'>".$txn->source."</A></TD>\n";
|
print "<TD><A href='".DOL_URL_ROOT."/stripe/transaction.php?rowid=".$txn->source."'>".$txn->source."</A></TD>\n";
|
||||||
// Employee
|
// Employee
|
||||||
print "<TD>".$societestatic->getNomUrl(1)."</TD>\n";
|
print "<TD>".$societestatic->getNomUrl(1)."</TD>\n";
|
||||||
// Origine
|
// Origine
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user