This is Draft content, written for functionality that is in development and may not yet be released.
What's new in LedgerSMB 1.10
New features
<title>
<description>
Note for upgrades: <description>
Notable changes
Upgrade notes
AR/AP transaction print templates
In 1.10, the line item descriptions on AR/AP transaction print templates have been renamed from "description" to "linedescription" to eliminate overlapping use of the "description" field. This means you need to either re-import the templates (which can be done through "setup.pl") or change all occurrences of:
description.${lc}
and
description.${loop_count}
respectively to:
linedescription.${lc}
or
linedescription.${loop_count}
This applies to both AR and AP transaction templates (accessible through the System > Templates menu), for all formats (csv, tex and html).
Topic
Release