From f5b87cb2b3341b3378c9d905e543541ce21ef17e Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 24 Aug 2006 18:42:41 +0000 Subject: [PATCH] setting payment_type field on payment objects git-svn-id: svn://svn.open-ils.org/ILS/trunk@5664 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Collections.pm | 1 + 1 file changed, 1 insertion(+) 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( [ -- 2.43.2