This commit is contained in:
James Cole
2018-04-22 11:29:20 +02:00
parent 8f3e4a2dee
commit c2e8a67330
2 changed files with 14 additions and 6 deletions

View File

@@ -83,7 +83,9 @@ class RuleController extends Controller
$this->createDefaultRule();
$bill = null;
$billId = (int)$request->get('fromBill');
$preFilled = [];
$preFilled = [
'strict' => true,
];
$groups = ExpandedForm::makeSelectList($ruleGroupRepository->get());
$oldTriggers = [];
$oldActions = [];