summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-28 02:26:52 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-28 02:26:52 -0800
commit2e4fa975e054554beac71883436b143267d7aa12 (patch)
tree246c066d8497d8db3f47a809caddfbd2e67d2264 /httemplate/edit/process
parentf4b7701c4c1e574ebe29e05db694d131d2799b35 (diff)
parente43f8075d053e3f1d969d8f762ab510a2de126de (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/bulk-svc_phone.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/bulk-svc_phone.html b/httemplate/edit/process/bulk-svc_phone.html
index 5a1fbc647..db486de76 100644
--- a/httemplate/edit/process/bulk-svc_phone.html
+++ b/httemplate/edit/process/bulk-svc_phone.html
@@ -25,7 +25,7 @@ my $num_avail = $1;
errorpage("There are only $num_avail available")
if $end - $start + 1 > $num_avail;
-foreach my $phonenum ( $start .. $end ) {
+foreach my $phonenum ( "$start" .. "$end" ) {
my $svc_phone = new FS::svc_phone {
'phonenum' => $phonenum,