We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a35aa4 commit 63d6924Copy full SHA for 63d6924
interface/web/client/client_edit.php
@@ -207,7 +207,6 @@ function onShowEnd() {
207
//* save new counter value
208
$customer_no_counter = $app->functions->intval($reseller['customer_no_counter']+1);
209
$app->db->query("UPDATE client SET customer_no_counter = $customer_no_counter WHERE client_id = ".$app->functions->intval($reseller['client_id']));
210
- echo "UPDATE client SET customer_no_counter = $customer_no_counter WHERE client_id = ".$app->functions->intval($reseller['client_id']);
211
}
212
213
0 commit comments