Fix bugs from the Transaction.pm Moose work.

This commit is contained in:
Colin Kuskie 2010-07-14 15:47:21 -07:00
parent 04a16ed87c
commit 934a93a2a8
2 changed files with 2 additions and 2 deletions

View file

@ -287,7 +287,7 @@ sub _mine_cart {
$self->addItem({item=>$item});
}
$self->chashierUserId($cart->getPosUser->userId);
$self->cashierUserId($cart->getPosUser->userId);
}