From 735c859fad265a5f8a2150637858cf8e8af2aeee Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 18 Nov 2005 16:21:26 +0000 Subject: [PATCH] somehow forgot to add the billing_type field git-svn-id: svn://svn.open-ils.org/ILS/trunk@2071 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/money.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/money.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/money.pm index 70e7cb324e..94337d5813 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/money.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/money.pm @@ -72,7 +72,7 @@ package money::billing; use base qw/money/; __PACKAGE__->table('money_billing'); __PACKAGE__->columns(Primary => 'id'); -__PACKAGE__->columns(Essential => qw/xact amount billing_ts note voided/); +__PACKAGE__->columns(Essential => qw/xact amount billing_ts billing_type note voided/); #------------------------------------------------------------------------------- package money::payment; -- 2.43.2