Added select2 classes to all New records

This commit is contained in:
root
2019-06-07 23:47:11 -04:00
parent 925e635e9d
commit 05f54a20db
23 changed files with 51 additions and 46 deletions

View File

@@ -267,7 +267,7 @@ if(isset($_POST['edit_client'])){
mysqli_query($mysqli,"UPDATE clients SET client_name = '$name', client_type = '$type', client_address = '$address', client_city = '$city', client_state = '$state', client_zip = '$zip', client_phone = '$phone', client_email = '$email', client_website = '$website', client_net_terms = $net_terms, client_updated_at = NOW() WHERE client_id = $client_id");
$_SESSION['alert_message'] = "Client updated";
$_SESSION['alert_message'] = "Client updated type: $type - name: $name";
header("Location: " . $_SERVER["HTTP_REFERER"]);