[freeside-commits] branch FREESIDE_3_BRANCH updated. 92cbc41959f36cb9e3d281b2dfb6a5ad587f5584

Ivan ivan at 420.am
Thu Feb 12 15:29:15 PST 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  92cbc41959f36cb9e3d281b2dfb6a5ad587f5584 (commit)
      from  ca64920f7bd3c6599c164b5fcb126a6a1c0f7c42 (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 92cbc41959f36cb9e3d281b2dfb6a5ad587f5584
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 12 15:29:11 2015 -0800

    fix self-serv fallout from : add quantity and location to self-service package order API, RT#33219

diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index 023c1d6..8c6a5b8 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -2270,7 +2270,7 @@ sub order_pkg {
 
   my $status = $cust_main->status;
 
-  my %order_pkg_options = ());
+  my %order_pkg_options = ();
   if ( $p->{locationnum} > 0 ) {
     $order_pkg_options{locationnum} = delete($p->{locationnum});
   } elsif ( $p->{address1} ) {

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

Summary of changes:
 FS/FS/ClientAPI/MyAccount.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list