Bug 33021: (QA follow-up) Fix QA errors
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
909dedd3f6
commit
cb2fd4c00a
1 changed files with 2 additions and 2 deletions
|
@ -1962,7 +1962,7 @@ Note that permanent location is a code, and location may be an authval.
|
|||
} else if (response.error_code === 'checked_out') {
|
||||
const button = $('<button type="button">')
|
||||
.addClass('btn btn-xs')
|
||||
.text(__('Check in and add to bundle'))
|
||||
.text(__("Check in and add to bundle"))
|
||||
.on('click', function () {
|
||||
addToBundle(url, { external_id: barcode, force_checkin: true });
|
||||
});
|
||||
|
@ -1979,7 +1979,7 @@ Note that permanent location is a code, and location may be an authval.
|
|||
} else if (response.error_code === 'reserved') {
|
||||
const button = $('<button type="button">')
|
||||
.addClass('btn btn-xs')
|
||||
.text(__('Ignore holds and add to bundle'))
|
||||
.text(__("Ignore holds and add to bundle"))
|
||||
.on('click', function () {
|
||||
addToBundle(url, { external_id: barcode, ignore_holds: true });
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue