Made billing_period==0 contracts uncancelable
This commit is contained in:
@@ -116,6 +116,8 @@
|
||||
<?php foreach($contract->links as $link): ?>
|
||||
<?php
|
||||
|
||||
if(!$link->billing_period) continue;
|
||||
|
||||
if($link->contract_id == $contract->id) {
|
||||
$linkcontract = $link->origin;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user