Update logic for adding and editing primary location

This commit is contained in:
johnnyq
2023-07-03 17:40:14 -04:00
parent 18274d532e
commit 567c01ce3f
3 changed files with 17 additions and 7 deletions

View File

@@ -10,4 +10,4 @@ $phone = preg_replace("/[^0-9]/", '',$_POST['phone']);
$hours = sanitizeInput($_POST['hours']);
$notes = sanitizeInput($_POST['notes']);
$contact = intval($_POST['contact']);
$primary_location = intval($_POST['primary_location']);
$location_primary = intval($_POST['primary_location']);