LP#973666: Print Purchase Order does not print PO Name user/rsteed/print_po_include_name
authorMichael Peters <mrpeters@library.in.gov>
Thu, 5 Apr 2012 14:23:32 +0000 (10:23 -0400)
committerRemington Steed <rjs7@calvin.edu>
Fri, 5 Jul 2013 15:56:13 +0000 (11:56 -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>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index a8ddf6a..a9dc074 100644 (file)
@@ -6516,7 +6516,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/>