File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 310310 <b> ' .moneyFormat ($ totale_imponibile , $ d_totali ).'</b>
311311 </th>
312312 </tr> ' ;
313+ $ autofill ->set (3 );
314+ $ autofill ->next ();
313315 }
314316 if (!$ options ['no-iva ' ]) {
315317 // IVA
459461if (!empty ($ documento ->condizioni_fornitura )) {
460462 echo '<pagebreak> ' .$ documento ->condizioni_fornitura ;
461463}
462-
463- // Pulizia cache per ottimizzare la memoria (solo per documenti con molte righe)
464- if (count ($ righe ) > 50 ) {
465- Util \Autofill::clearTextHeightCache ();
466- }
Original file line number Diff line number Diff line change 229229 |autofill|
230230 </tbody>
231231</table> ' ;
232-
233- // Pulizia cache per ottimizzare la memoria (solo per documenti con molte righe)
234- if (count ($ righe ) > 50 ) {
235- Util \Autofill::clearTextHeightCache ();
236- }
Original file line number Diff line number Diff line change 284284 </tr> ' ;
285285echo '
286286</table> ' ;
287-
288- // Pulizia cache per ottimizzare la memoria (solo per documenti con molte righe)
289- if (count ($ righe ) > 50 ) {
290- Util \Autofill::clearTextHeightCache ();
291- }
Original file line number Diff line number Diff line change 418418<p class="small-bold text-muted"> ' .tr ('Note ' , [], ['upper ' => true ]).':</p>
419419<p><small> ' .nl2br ((string ) $ documento ['note ' ]).'</small></p> ' ;
420420}
421-
422- // Pulizia cache per ottimizzare la memoria (solo per documenti con molte righe)
423- if (count ($ righe ) > 50 ) {
424- Util \Autofill::clearTextHeightCache ();
425- }
Original file line number Diff line number Diff line change 537537if (!empty ($ documento ->condizioni_fornitura )) {
538538 echo '<pagebreak> ' .$ documento ->condizioni_fornitura ;
539539}
540-
541- // Pulizia cache per ottimizzare la memoria (solo per documenti con molte righe)
542- if (count ($ righe ) > 50 ) {
543- Util \Autofill::clearTextHeightCache ();
544- }
You can’t perform that action at this time.
0 commit comments