From 79500caaa715e2d6dbbdc6695a01de03c44e33fa Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 3 Jun 2014 10:55:12 -0400 Subject: [PATCH] LP#1270289 Show delay/cancel reason print PO / worksheets Display the cancel reason label in the print PO and lineitem worksheets. Note: this only applies to templates which have not been locally modified. Signed-off-by: Bill Erickson --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 10 + .../Pg/upgrade/XXXY.data.acq-cancel-display.sql | 455 ++++++++++++++++++++- 2 files changed, 460 insertions(+), 5 deletions(-) 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 cf5d0f3a0c..e7afed0b19 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -7230,6 +7230,7 @@ date [% date.format(date.now, '%Y%m%d') %] Quantity Unit Price Line Total + Delayed / Canceled Notes @@ -7253,6 +7254,7 @@ date [% date.format(date.now, '%Y%m%d') %] [% count %] [% price %] [% litotal %] + [% li.cancel_reason.label %]