diff options
| author | ivan <ivan> | 2008-03-29 08:05:17 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-03-29 08:05:17 +0000 | 
| commit | 52cf328cb18c3062e91b5acb7da14d50be90c9f1 (patch) | |
| tree | d94149640ee798a86dc9676c8afca3cbdb001302 /httemplate/edit | |
| parent | c8aaa6ec6aa116e31e9c981abf3ad95e4862d8e9 (diff) | |
hmm... think this is right for 1.7
Diffstat (limited to 'httemplate/edit')
| -rw-r--r-- | httemplate/edit/process/quick-cust_pkg.cgi | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/httemplate/edit/process/quick-cust_pkg.cgi b/httemplate/edit/process/quick-cust_pkg.cgi index 976ab1aae..cbc9878e8 100644 --- a/httemplate/edit/process/quick-cust_pkg.cgi +++ b/httemplate/edit/process/quick-cust_pkg.cgi @@ -1,10 +1,5 @@  %if ($error) { -<<<<<<< quick-cust_pkg.cgi -%  $cgi->param('error', $error); -<% $cgi->redirect(popurl(3). 'misc/order_pkg.html?'. $cgi->query_string ) %> -=======  %  errorpage($error); ->>>>>>> 1.9.2.3  %} else {  <% $cgi->redirect(popurl(3). "view/cust_main.cgi?$custnum#cust_pkg". $cust_pkg[0]->pkgnum ) %>  %} | 
