Importing and showing Rimo Building and Home Status
This commit is contained in:
@@ -340,9 +340,21 @@
|
||||
</tr><tr>
|
||||
<th>Building External ID:</th>
|
||||
<td class="text-monospace"><?=$preorder->adb_hausnummer->rimo_id?>
|
||||
</tr><tr>
|
||||
<th>Building Execution State:</th>
|
||||
<td class="text-monospace"><?=$preorder->adb_hausnummer->rimo_ex_state?>
|
||||
</tr><tr>
|
||||
<th>Building Operational State:</th>
|
||||
<td class="text-monospace"><?=($preorder->adb_hausnummer->rimo_op_state != "Undefined") ? $preorder->adb_hausnummer->rimo_op_state : ""?>
|
||||
</tr><tr>
|
||||
<th>Home External ID:</th>
|
||||
<td class="text-monospace"><?=$preorder->adb_wohneinheit->extref?>
|
||||
</tr><tr>
|
||||
<th>Home Execution State:</th>
|
||||
<td class="text-monospace"><?=$preorder->adb_wohneinheit->rimo_ex_state?>
|
||||
</tr><tr>
|
||||
<th>Home Operational State:</th>
|
||||
<td class="text-monospace"><?=($preorder->adb_wohneinheit->rimo_op_state != "Undefined") ? $preorder->adb_wohneinheit->rimo_op_state : ""?>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user