Added productchange notification ticket email

This commit is contained in:
Frank Schubert
2024-07-25 21:35:53 +02:00
parent 3a6c03414b
commit 18f5f78a8f
4 changed files with 82 additions and 2 deletions

View File

@@ -197,7 +197,7 @@
?>
<tr data-link-type="<?=$link->type?>" class="<?=($hide_credit && $link->type == "credit") ? "hidden" : ""?>">
<td>
<input type="radio" class="form-check link-keep"
<input type="radio" class="form-check link-keep pointer"
id="link-<?=$link->id?>-action-keep"
name="links[<?=$link->id?>][action]"
value="keep" <?=($linkcontract->cancel_date && $linkcontract->cancel_date < date('U')) ? "" : "checked='checked'"?>
@@ -207,7 +207,7 @@
<?php endif; ?>
</td>
<td>
<input type="radio" class="form-check link-cancel"
<input type="radio" class="form-check link-cancel pointer"
id="link-<?=$link->id?>-action-cancel"
name="links[<?=$link->id?>][action]" value="cancel"
onchange="linkActionChange(<?=$link->id?>)" />