LP#973666: Print Purchase Order does not print PO Name
authorMichael Peters <mrpeters@library.in.gov>
Thu, 5 Apr 2012 14:23:32 +0000 (10:23 -0400)
committerDan Wells <dbw2@calvin.edu>
Mon, 8 Jul 2013 14:52:49 +0000 (10:52 -0400)
Printing a PO from the menu option "Actions-->Print Purchase Order"
generates a document that displays the PO #, but not the PO Name. It
was suggested that it would be helpful if the print document
displayed the PO Name instead of, or in addition to, the PO #. This
commit adds the PO Name in the default template for new installs,
but does not affect upgrades.

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index fec8adb..f575681 100644 (file)
@@ -6570,7 +6570,7 @@ $$
     END
 -%]
 
-<h2>Purchase Order [% target.id %]</h2>
+<h2>Purchase Order: [% target.name %] ([% target.id %])</h2>
 <br/>
 date <b>[% date.format(date.now, '%Y%m%d') %]</b>
 <br/>