Bug 27974: (follow-up) Address missing instance
- Circulation -> Article requests - Both the "Pending" and "Processing" tabs. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
e64c760059
commit
5b98ac36f3
1 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@
|
|||
|
||||
<p>[% ar.borrower.phone | html %]</p>
|
||||
</td>
|
||||
<td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td>
|
||||
<td class="ar-date" data-order="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</td>
|
||||
<td class="ar-actions">
|
||||
[% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %]
|
||||
</td>
|
||||
|
@ -299,7 +299,7 @@
|
|||
|
||||
<p>[% ar.borrower.phone | html %]</p>
|
||||
</td>
|
||||
<td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td>
|
||||
<td class="ar-date" data-order="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</td>
|
||||
<td class="ar-actions">
|
||||
[% PROCESS actions menuid="table_" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %]
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue