This commit is contained in:
parent
c014d39c28
commit
3ea850593f
1 changed files with 1 additions and 1 deletions
|
|
@ -1917,7 +1917,7 @@ sub www_managePurchases {
|
|||
my @purchasesLoop;
|
||||
while (my $purchase = $sth->hashRef) {
|
||||
$purchase->{datePurchasedHuman} = $self->session->datetime->epochToHuman($purchase->{initDate});
|
||||
$purchase->{purchaseUrl} = $self->getUrl."?func=viewPurchase;tid=".$purchase->{purchaseId};
|
||||
$purchase->{purchaseUrl} = $self->getUrl("?func=viewPurchase;tid=".$purchase->{purchaseId});
|
||||
|
||||
push(@purchasesLoop,$purchase);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue