Add: maestro_available_date.js
This commit is contained in:
@@ -15,12 +15,16 @@ $maestro_name = $_POST["maestro_name"];
|
||||
$new_available_date = $_POST["new_available_date"];
|
||||
$registered_account_type = $_POST["registered_account_type"];
|
||||
|
||||
$maestro_data = get_maestro_data($maestro_id);
|
||||
set_data("maestro_data", $maestro_data);
|
||||
send_result_fail("test");
|
||||
exit;
|
||||
|
||||
extension_maestro($maestro_id);
|
||||
|
||||
change_extension_request_status_to_close($maestro_id);
|
||||
change_extension_request_status_to_applied($maestro_extension_id);
|
||||
|
||||
$maestro_data = get_maestro_data($maestro_id);
|
||||
// $maestro_name, $new_available_date, $maestro_email
|
||||
sendMailExtensionDone($maestro_data["name"], $new_available_date, $maestro_data["email"]);
|
||||
insertMaestroLog("extension_maestro", $maestro_id, $maestro_name."(".$registered_account_type.")");
|
||||
|
||||
Reference in New Issue
Block a user