Add: maestro_available_date.js

This commit is contained in:
2019-10-30 11:09:50 +09:00
parent d376fda28a
commit 1fd53105a2
11 changed files with 166 additions and 120 deletions
+5 -1
View File
@@ -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.")");