update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user