[freeside-commits] branch FREESIDE_3_BRANCH updated. 1aeac01ca25d937d5aa7c06ea85d8ae151468e42

Ivan ivan at 420.am
Wed Jul 17 12:12:18 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  1aeac01ca25d937d5aa7c06ea85d8ae151468e42 (commit)
       via  385b7f4a5d4d4762365b3685e6eca7c2b604d8a3 (commit)
      from  2a7b498c9c9cb17eaace02d03f18062000d14653 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1aeac01ca25d937d5aa7c06ea85d8ae151468e42
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jul 17 12:12:17 2013 -0700

    fix invoice un-voids, RT#23857

diff --git a/FS/FS/cust_bill_pkg_tax_location_void.pm b/FS/FS/cust_bill_pkg_tax_location_void.pm
index 9e0794b..a683227 100644
--- a/FS/FS/cust_bill_pkg_tax_location_void.pm
+++ b/FS/FS/cust_bill_pkg_tax_location_void.pm
@@ -119,6 +119,7 @@ sub check {
     || $self->ut_foreign_key('pkgnum', 'cust_pkg', 'pkgnum' )
     || $self->ut_foreign_key('locationnum', 'cust_location', 'locationnum' )
     || $self->ut_money('amount')
+    || $self->ut_foreign_key('taxable_billpkgnum', 'cust_bill_pkg_void', 'billpkgnum')
   ;
   return $error if $error;
 

commit 385b7f4a5d4d4762365b3685e6eca7c2b604d8a3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jul 17 12:08:17 2013 -0700

    fix invoice un-voids, RT#23857

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 4b3fde0..984ac8a 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -917,6 +917,7 @@ sub tables_hashref {
         'pkgnum',                   'int',      '', '', '', '',
         'locationnum',              'int',      '', '', '', '', #redundant?
         'amount',                   @money_type,        '', '',
+        'taxable_billpkgnum',       'int',  'NULL', '', '', '',
       ],
       'primary_key' => 'billpkgtaxlocationnum',
       'unique' => [],

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm                          |    1 +
 FS/FS/cust_bill_pkg_tax_location_void.pm |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list