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=f6c06a2e370281680d35f3094f09b05a6ca0d56b;p=evergreen%2Fequinox.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 Signed-off-by: Dan Wells --- 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 fec8adbc08..f575681da0 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -6570,7 +6570,7 @@ $$ END -%] -

Purchase Order [% target.id %]

+

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


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