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 3ab4b2f commit f5120fdCopy full SHA for f5120fd
1 file changed
templates/ddt/body.php
@@ -131,16 +131,10 @@
131
$text .= '</td><td></td><td></td><td>';
132
}
133
134
- if ($riga->isArticolo()) {
135
- echo '</td><td>'.$riga->codice.'</td>';
136
- } else {
137
- $text .= '</td><td></td>';
138
- }
139
-
140
$text .= '</tr><tr><td class="text-center" nowrap="nowrap" style="vertical-align: middle">';
141
142
echo '
143
- </td>
+ </td><td></td>
144
145
<td>
146
'.nl2br($text);
@@ -159,7 +153,7 @@
159
153
if ($riga->isArticolo()) {
160
154
echo '<td class="text-center">'.$riga->codice.'</td>';
161
155
} else {
162
- echo '<td>-</td>';
156
+ echo '<td></td>';
163
157
164
158
165
0 commit comments