From 59499a472a0242221fea8e7d89f9ee0977131dac Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Mon, 4 Jun 2018 17:11:46 -0300
Subject: [PATCH] Bug 20726: Add title to the price column headers

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
---
 .../intranet-tmpl/prog/en/modules/serials/subscription-detail.tt      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt
index 9af40c7..2240c7b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt
@@ -349,8 +349,8 @@
                         <th class="title-string">Receive date</th>
                         <th class="title-string">Status</th>
                         <th>Fund</th>
-                        <th>Ordered</th>
-                        <th>Spent</th>
+                        <th title="ecost tax exc. / ecost tax inc.">Ordered</th>
+                        <th title="Actual cost tax exc. / Actual cost tax inc.">Spent</th>
                     </tr>
                 </thead>
                 <tbody>
-- 
2.1.4