more session related bug fixes
This commit is contained in:
parent
f2cccdff9f
commit
b0ffb721b6
44 changed files with 143 additions and 143 deletions
|
|
@ -34,7 +34,7 @@ sub www_viewPurchaseHistory {
|
|||
|
||||
$var{errorMessage} = shift;
|
||||
|
||||
@history = @{WebGUI::Commerce::Transaction->transactionsByUser($session->user->profileField("userId"))};
|
||||
@history = @{WebGUI::Commerce::Transaction->transactionsByUser($session->user->userId)};
|
||||
foreach (@history) {
|
||||
%properties = %{$_->get};
|
||||
$properties{initDate} = $session->datetime->epochToHuman($properties{initDate});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue