Optimising product category and category names

This commit is contained in:
Deon George
2022-06-12 11:21:20 +10:00
parent 360c1e46a1
commit cc94426902
36 changed files with 269 additions and 156 deletions

View File

@@ -38,7 +38,7 @@
</div>
</div>
@includeIf('u.service.widgets.'.$o->type->type.'.order',['o'=>$o->type])
@includeIf('u.service.widgets.'.$o->product->category.'.order',['o'=>$o->type])
<div class="form-group row">
<label for="notes" class="col-sm-2 col-form-label text-right">Notes</label>

View File

@@ -38,7 +38,7 @@
</div>
</div>
@includeIf('u.service.widgets.'.$o->type->type.'.order',['o'=>$o->type])
@includeIf('u.service.widgets.'.$o->product->category.'.order',['o'=>$o->type])
<div class="form-group row">
<label for="notes" class="col-sm-2 col-form-label text-right">Notes</label>