1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Fix conteggio righe collegate ad unità di misura

This commit is contained in:
MatteoPistorello
2022-02-24 16:42:36 +01:00
parent f9e619d557
commit 02f5fe0cdc

View File

@@ -52,7 +52,7 @@ if (!empty($righe)) {
echo '
<div class="alert alert-danger">
'.tr('Ci sono _NUM_ righe collegate', [
'_NUM_' => count($righe),
'_NUM_' => $righe,
]).'.
</div>';
}