[open-ils-commits] [GIT] Evergreen ILS branch master updated. f6c06a2e370281680d35f3094f09b05a6ca0d56b
Evergreen Git
git at git.evergreen-ils.org
Mon Jul 8 10:54:37 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via f6c06a2e370281680d35f3094f09b05a6ca0d56b (commit)
from 004974d43a038046cb3569fa9e506722faa9cd43 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f6c06a2e370281680d35f3094f09b05a6ca0d56b
Author: Michael Peters <mrpeters at library.in.gov>
Date: Thu Apr 5 10:23:32 2012 -0400
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 <mrpeters at library.in.gov>
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
Signed-off-by: Dan Wells <dbw2 at calvin.edu>
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 fec8adb..f575681 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
-%]
-<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/>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list