[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Template bug in 1.2.18



If this was fixed in versions above 1.2.18, I apologize.

templates
sales_order.tex

134,136:

<?lsmb if notes ?>
  <?lsmb notes ?>
<?lsmb end if ?>

"end if" is not, afaik, a proper construct. "end notes" would be the proper construct here.

Assuming this is correct, the error appears in other templates as well.

root@pecunia:/usr/share/ledgersmb/templates/nat# egrep * -nie '\?lsmb +end +if'
packing_list.tex:104:<?lsmb end if ?>
purchase_order.tex:136:<?lsmb end if ?>
work_order.tex:161:<?lsmb end if ?>

Regards,

Luke