mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added ability to delete appointment when newly created
This commit is contained in:
@@ -191,10 +191,10 @@ if (isset($_GET['appointment_id']) && isset($_GET['case_id']))
|
||||
|
||||
print "</form></p>";
|
||||
print "<p><a href='?'>" . T_("Cancel edit") . "</a></p>";
|
||||
print "<p><a href='?delete=delete&appointment_id=$appointment_id&case_id=$case_id'>" . T_("Delete this appointment") . "</a></p>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user