Merge branch 'fronkdev' into 'master'

Fixed not setting flag 141 in rimo-import

See merge request fronk/thetool!1668
This commit is contained in:
Frank Schubert
2025-08-20 14:28:42 +00:00
8 changed files with 128 additions and 80 deletions

View File

@@ -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>