This commit is contained in:
2026-04-03 14:53:58 +02:00
parent 2b4f24e766
commit 164b9b6a46
9 changed files with 510 additions and 23 deletions

View File

@@ -56,6 +56,10 @@ $esc = function( $value )
<tr>
<td>
<?= $esc( $row['external_name'] ); ?><br>
<? $payload = is_array( $row['payload'] ?? null ) ? $row['payload'] : []; ?>
<? if ( !empty( $payload['tax_no'] ) ): ?>
<small class="text-muted">NIP: <?= $esc( $payload['tax_no'] ); ?></small><br>
<? endif; ?>
<small class="text-muted">Klucz: <?= $esc( $row['external_key'] ); ?> | wystapienia: <?= (int)$row['hits']; ?></small>
</td>
<td>