Bug 37081: Reword button on addorderiso2709.tt
To test: 1. Go to Acquisition and create or find a vendor. 2. Create a new basket. 3. Add to basket -> from a new file 4. Upload a .mrc file and stage fro import. 5. Add the files to your basket. 6. For each item in the basket notice the button set which includes MARC, Card, and Add order. 7. APPLY patch and reload the page. 8. Add order should now be New order. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
0d69fc6090
commit
a48c3cafd2
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
|||
<span class="actions">
|
||||
<a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% biblio.import_record_id | uri %]" class="previewData btn btn-default btn-xs">MARC</a>
|
||||
<a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% biblio.import_record_id | uri %]" class="previewData btn btn-default btn-xs">Card</a>
|
||||
<a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]&breedingid=[% biblio.import_record_id | uri %]&import_batch_id=[% biblio.import_batch_id | uri %]&biblionumber=[% biblio.match_biblionumber | uri %]" class="btn btn-default btn-xs">Add order</a>
|
||||
<a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]&breedingid=[% biblio.import_record_id | uri %]&import_batch_id=[% biblio.import_batch_id | uri %]&biblionumber=[% biblio.match_biblionumber | uri %]" class="btn btn-default btn-xs">New order</a>
|
||||
</span>
|
||||
<fieldset class="rows order_details">
|
||||
<ol>
|
||||
|
|
Loading…
Reference in a new issue