mirror of https://github.com/itflow-org/itflow
Fixed Invoice Ticket
This commit is contained in:
parent
3a872ae433
commit
a837af6eb4
2
post.php
2
post.php
|
|
@ -6371,7 +6371,7 @@ if(isset($_GET['close_ticket'])){
|
|||
|
||||
if(isset($_POST['add_invoice_from_ticket'])){
|
||||
|
||||
$ticket_id = intval($_GET['ticket_id']);
|
||||
$ticket_id = intval($_POST['ticket_id']);
|
||||
$date = trim(strip_tags(mysqli_real_escape_string($mysqli,$_POST['date'])));
|
||||
$category = intval($_POST['category']);
|
||||
$scope = trim(strip_tags(mysqli_real_escape_string($mysqli,$_POST['scope'])));
|
||||
|
|
|
|||
Loading…
Reference in New Issue