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:
@@ -52,7 +52,7 @@ if (!empty($righe)) {
|
|||||||
echo '
|
echo '
|
||||||
<div class="alert alert-danger">
|
<div class="alert alert-danger">
|
||||||
'.tr('Ci sono _NUM_ righe collegate', [
|
'.tr('Ci sono _NUM_ righe collegate', [
|
||||||
'_NUM_' => count($righe),
|
'_NUM_' => $righe,
|
||||||
]).'.
|
]).'.
|
||||||
</div>';
|
</div>';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user