diff --git a/admin_ticket_template_details.php b/admin_ticket_template_details.php index be7b8b88..b928d46e 100644 --- a/admin_ticket_template_details.php +++ b/admin_ticket_template_details.php @@ -30,6 +30,7 @@ $ticket_template_updated_at = nullable_htmlentities($row['ticket_template_update $sql_task_templates = mysqli_query($mysqli, "SELECT * FROM task_templates WHERE task_template_ticket_template_id = $ticket_template_id ORDER BY task_template_order ASC, task_template_id ASC"); ?> +
| @@ -381,7 +382,7 @@ if (isset($_GET['invoice_id'])) { $down_hidden = ""; } ?> - | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -412,7 +413,7 @@ if (isset($_GET['invoice_id'])) {
|
- + | @@ -707,7 +708,7 @@ require_once "includes/footer.php"; + + + diff --git a/quote.php b/quote.php index c9a144c9..2843d02d 100644 --- a/quote.php +++ b/quote.php @@ -115,6 +115,7 @@ if (isset($_GET['quote_id'])) { ); ?> + |
| @@ -335,7 +336,7 @@ if (isset($_GET['quote_id'])) { $up_hidden = ""; } ?> - | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
= 2) { ?>
@@ -369,7 +370,7 @@ if (isset($_GET['quote_id'])) {
|
- + | @@ -605,7 +606,7 @@ require_once "includes/footer.php"; + + + diff --git a/recurring_invoice.php b/recurring_invoice.php index 87e2b1cc..385cb2a4 100644 --- a/recurring_invoice.php +++ b/recurring_invoice.php @@ -235,7 +235,7 @@ if (isset($_GET['recurring_id'])) { |
| @@ -289,7 +289,7 @@ if (isset($_GET['recurring_id'])) { } ?> - | |||||
|---|---|---|---|---|---|
|
|
- + | @@ -510,3 +510,40 @@ require_once "includes/footer.php"; }); }); + + + + |