In file super_shipping_label.php line 122
should changed toCode:<?php if (($batched == true) and ($batch_item > 1) and (($batch_item % $forms_per_page) == 0)) { ?>
because the page break is inserted one label too early.Code:<?php if (($batched == true) and ($batch_item > 1) and (($batch_item % $forms_per_page) == 1)) { ?>


Reply With Quote
