From: djfiander Date: Sat, 23 Feb 2008 19:24:56 +0000 (+0000) Subject: When using the summary as part of the line item detail display, X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c1adee5047674e57169b3b5cf568975da3a27047;p=Evergreen.git When using the summary as part of the line item detail display, make the PO number a backlink to return to the full PO display. git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8831 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/po/po_summary.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/po/po_summary.html index 66ad3b7399..0bd3465c4d 100644 --- a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/po/po_summary.html +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/po/po_summary.html @@ -1,5 +1,11 @@
+ % if c.oils.acq.po_li.value: + + % endif ${_('Purchase Order')} ${c.oils.acq.po.value.id()} + % if c.oils.acq.po_li_sum: + + % endif
<% meta = _("Create date %(date)s") % {"date":c.oils.acq.po.value.create_time()}