Fix minore sulle quantità impegnate

This commit is contained in:
Thomas Zilio 2020-07-12 16:08:42 +02:00
parent 7c45e53480
commit 213e86ef98
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ $articoli = $ordine->articoli->groupBy('idarticolo');
if ($articoli->isEmpty()) {
echo '
<p>'.tr('Il documento non contiene articoli').'.</p>';
return;
}
echo '