Merge branch 'fronkdev' into 'master'
Added Preding to rimo import; added workorder team See merge request fronk/thetool!298
This commit is contained in:
@@ -358,7 +358,14 @@
|
||||
</tr><tr>
|
||||
<th>Status</th>
|
||||
<td><?=$preorder->adb_wohneinheit->rimo_workorder->rimo_status?></td>
|
||||
</tr><tr>
|
||||
</tr>
|
||||
<?php if($preorder->adb_wohneinheit->rimo_workorder->rimo_team_name): ?>
|
||||
<tr>
|
||||
<th>Zugewiesen an:</th>
|
||||
<td><?=$preorder->adb_wohneinheit->rimo_workorder->rimo_team_name?></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
<tr>
|
||||
<th>Erstellt</th>
|
||||
<td class="text-monospace"><?=(is_object($preorder->adb_wohneinheit->rimo_workorder)) ? date("d.m.Y H:i:s", $preorder->adb_wohneinheit->rimo_workorder->create) : ""?></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user