Till Brehm
2013-11-20 63d692444283c8d1e82efee122f2b46a70f0f073
Removed debug code.
1 files modified
1 ■■■■ changed files
interface/web/client/client_edit.php 1 ●●●● patch | view | raw | blame | history
interface/web/client/client_edit.php
@@ -207,7 +207,6 @@
                    //* save new counter value
                    $customer_no_counter = $app->functions->intval($reseller['customer_no_counter']+1);
                    $app->db->query("UPDATE client SET customer_no_counter = $customer_no_counter WHERE client_id = ".$app->functions->intval($reseller['client_id']));
                    echo "UPDATE client SET customer_no_counter = $customer_no_counter WHERE client_id = ".$app->functions->intval($reseller['client_id']);
                }
            }
        }