Partner productchange done
This commit is contained in:
@@ -199,8 +199,8 @@
|
||||
<td>
|
||||
<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'"?>
|
||||
name="links[<?=$link->id?>][action]" value="keep"
|
||||
<?=($linkcontract->cancel_date && $linkcontract->cancel_date < date('U')) ? "" : "checked='checked'"?>
|
||||
onchange="linkActionChange(<?=$link->id?>)" />
|
||||
<?php if($link->type == "credit"): ?>
|
||||
(Gutschrift wird neu erstellt)
|
||||
|
||||
Reference in New Issue
Block a user