Fixed not setting flag 141 in rimo-import

This commit is contained in:
Frank Schubert
2025-08-20 16:28:12 +02:00
parent 5d4b6a6d04
commit 73cf1098a5
8 changed files with 128 additions and 80 deletions
@@ -672,10 +672,10 @@
<h3>ONT</h3>
<table class="table table-sm table-striped">
<tr>
<th>SN</th>
<th class="text-right">S/N</th>
<td class="text-monospace"><?=($preorder->citycomoan) ? $preorder->citycomoan->ont_sn : ""?></td>
</tr><tr>
<th>FSAN</th>
<th class="text-right">FSAN</th>
<td class="text-monospace"><?=($preorder->citycomoan) ? $preorder->citycomoan->ont_gpid : ""?></td>
</tr>
</table>