Skip to content
Snippets Groups Projects
Commit 63d69244 authored by Till Brehm's avatar Till Brehm
Browse files

Removed debug code.

parent 5a35aa4a
No related branches found
No related tags found
2 merge requests!46Master,!17Stable 3.0.5
......@@ -207,7 +207,6 @@ class page_action extends tform_actions {
//* 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']);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment