[freeside-commits] branch master updated. bd80e26821b5eea59471a04f37b6d63a08095456

Ivan ivan at 420.am
Thu Mar 14 01:20:05 PDT 2013


The branch, master has been updated
       via  bd80e26821b5eea59471a04f37b6d63a08095456 (commit)
       via  3fb0d992932495720e9f08e386844b93519c4e14 (commit)
       via  f1e7894f6f9b3a4b6f7daea1324f4a5a6bae2a78 (commit)
      from  a5430ef54bfcba9fb7bbb9c42cd6f8cb2cb618be (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 bd80e26821b5eea59471a04f37b6d63a08095456
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 14 01:19:58 2013 -0700

    "Message catalog" is a name for UNIX gramps

diff --git a/httemplate/browse/msgcat.html b/httemplate/browse/msgcat.html
index ac8a3a4..7509cf7 100644
--- a/httemplate/browse/msgcat.html
+++ b/httemplate/browse/msgcat.html
@@ -1,5 +1,5 @@
 <& elements/browse.html,
-     title         => mt('Message catalog'),
+     title         => mt('Translation strings'),
      name_singular => 'string', #mt? no, we need to do it through the quant/PL stuff
      query         => { 'table'     => 'msgcat', 
                         'hashref'   => { 'locale' => $locale, },

commit 3fb0d992932495720e9f08e386844b93519c4e14
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 14 01:19:14 2013 -0700

    oh, has it been tested

diff --git a/FS/FS/part_event/Condition/once_percust.pm b/FS/FS/part_event/Condition/once_percust.pm
index b8a8fbf..67767f9 100644
--- a/FS/FS/part_event/Condition/once_percust.pm
+++ b/FS/FS/part_event/Condition/once_percust.pm
@@ -45,7 +45,6 @@ sub condition {
 
 }
 
-#XXX test?
 sub condition_sql {
   my( $self, $table ) = @_;
 

commit f1e7894f6f9b3a4b6f7daea1324f4a5a6bae2a78
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 14 01:18:50 2013 -0700

    fix, but for what?  alas

diff --git a/FS/FS/cust_credit_bill_pkg.pm b/FS/FS/cust_credit_bill_pkg.pm
index 7427d09..3cb44a0 100644
--- a/FS/FS/cust_credit_bill_pkg.pm
+++ b/FS/FS/cust_credit_bill_pkg.pm
@@ -348,13 +348,13 @@ sub cust_bill_pkg {
 
 sub cust_bill_pkg_tax_Xlocation {
   my $self = shift;
-  if ($self->billpkg_tax_locationnum) {
+  if ($self->billpkgtaxlocationnum) {
     return qsearchs(
       'cust_bill_pkg_tax_location',
       { 'billpkgtaxlocationnum' => $self->billpkgtaxlocationnum },
     );
  
-  } elsif ($self->billpkg_tax_rate_locationnum) {
+  } elsif ($self->billpkgtaxratelocationnum) {
     return qsearchs(
       'cust_bill_pkg_tax_rate_location',
       { 'billpkgtaxratelocationnum' => $self->billpkgtaxratelocationnum },

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

Summary of changes:
 FS/FS/cust_credit_bill_pkg.pm              |    4 ++--
 FS/FS/part_event/Condition/once_percust.pm |    1 -
 httemplate/browse/msgcat.html              |    2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)




More information about the freeside-commits mailing list