Netowner can see Rimo Workorders in Preorder/Index
This commit is contained in:
@@ -228,7 +228,7 @@
|
||||
<th>Attribute</th>
|
||||
<th>Erstellt</th>
|
||||
<th>Zuletzt bearbeitet</th>
|
||||
<?php if($me->is("Admin") && $campaign->fulfillment == "rimo"): ?>
|
||||
<?php if($me->is(["Admin","netowner"]) && $campaign->fulfillment == "rimo"): ?>
|
||||
<th></th>
|
||||
<?php endif; ?>
|
||||
<th></th>
|
||||
@@ -270,7 +270,7 @@
|
||||
</td>
|
||||
<td><?=date('d.m.Y H:i', $preorder->create)?></td>
|
||||
<td id="update-<?=$preorder->id?>"><?=date('d.m.Y H:i', $preorder->edit)?></td>
|
||||
<?php if($me->is("Admin") && $campaign->fulfillment == "rimo"): ?>
|
||||
<?php if($me->is(["Admin", "netowner"]) && $campaign->fulfillment == "rimo"): ?>
|
||||
<td><?php if ($preorder->workorder_export_date):?><i class="fas fa-r" title="Rimo Workorder erstellt"></i><?php endif; ?></td>
|
||||
<?php endif; ?>
|
||||
<td style="text-align: left; letter-spacing: 4px; font-size: 1.1em;">
|
||||
|
||||
Reference in New Issue
Block a user