From: erickson Date: Thu, 24 Aug 2006 18:42:41 +0000 (+0000) Subject: setting payment_type field on payment objects X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f5b87cb2b3341b3378c9d905e543541ce21ef17e;p=Evergreen.git setting payment_type field on payment objects git-svn-id: svn://svn.open-ils.org/ILS/trunk@5664 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Collections.pm b/Open-ILS/src/perlmods/OpenILS/Application/Collections.pm index 3e8fb678fc..6d6dec80de 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Collections.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Collections.pm @@ -533,6 +533,7 @@ sub flesh_payment { my $meth = "retrieve_money_$type"; $p = $e->$meth($p->id) or return (undef, $e->event); try { + $p->payment_type($type); $p->cash_drawer( $e->retrieve_actor_workstation( [