allow certain minor location edits without moving packages, #940
[freeside.git] / httemplate / edit / process / quick-cust_pkg.cgi
index 0cc17d3..14dbda1 100644 (file)
@@ -155,7 +155,7 @@ if ( $quotationnum ) {
   }
 
   if ( $locationnum == -1 ) {
-    my $cust_location = FS::cust_location->new_or_existing({
+    my $cust_location = FS::cust_location->new({
       map { $_ => scalar($cgi->param($_)) }
           ('custnum', FS::cust_main->location_fields)
     });