From: Michael Peters Date: Thu, 5 Apr 2012 14:23:32 +0000 (-0400) Subject: LP#973666: Print Purchase Order does not print PO Name X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=da2210403912bbfa00ea9f2b275aa837aeebae45;p=working%2FEvergreen.git LP#973666: Print Purchase Order does not print PO Name 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 Signed-off-by: Remington Steed --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index a8ddf6a09f..a9dc074583 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -6516,7 +6516,7 @@ $$ END -%] -

Purchase Order [% target.id %]

+

Purchase Order: [% target.name %] ([% target.id %])


date [% date.format(date.now, '%Y%m%d') %]