Koha/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-table-strings.inc
Pedro Amorim a5dbafec5b
Bug 30719: ILL Batches
- Add batch column to requests table
- Establish if there are any availability or metadata enrichment plugins and pass that to the template
- Verify if we have any backend that can support batches, if not, don't show the option
- Updates to the ILL toolbar
- New ILL batch modal
- New Koha classes
- API specs

Co-authored-by: Andrew Isherwood <andrew.isherwood@ptfs-europe.com>
Signed-off-by: Edith Speller <Edith.Speller@ukhsa.gov.uk>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-17 14:45:15 -03:00

9 lines
422 B
PHP

<!-- ill-batch-table-strings.inc -->
<script>
var ill_batch_borrower_details = _("View borrower details");
var ill_batch_edit = _("Edit");
var ill_batch_delete = _("Delete");
var ill_batch_confirm_delete = _("Are you sure you want to delete this batch? All attached requests will be detached.");
var ill_batch_delete_fail = _("Unable to delete batch");
</script>
<!-- / ill-batch-table-strings.inc -->