From f6c06a2e370281680d35f3094f09b05a6ca0d56b Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Thu, 5 Apr 2012 10:23:32 -0400 Subject: [PATCH] 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 --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') %]
-- 2.43.2