We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46d762 commit e2d8f3dCopy full SHA for e2d8f3d
1 file changed
templates/contratti/body.php
@@ -187,8 +187,11 @@
187
}
188
189
if ($riga->isArticolo()) {
190
- echo nl2br('<br><small>'.$riga->codice.'</small>');
191
- $autofill->count($riga->codice, true);
+
+ if (!$options['hide-item-number']) {
192
+ echo nl2br('<br><small>'.$riga->codice.'</small>');
193
+ $autofill->count($riga->codice, true);
194
+ }
195
196
197
0 commit comments