Bug 7561: Redirect to the add items form if it's a fast cataloging
Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
b3183f16e5
commit
c16e19b3fd
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ function Changefwk(FwkList) {
|
|||
[% END %]
|
||||
|
||||
<div id="toolbar" class="btn-toolbar">
|
||||
[% IF ( CAN_user_editcatalogue_edit_items ) %]
|
||||
[% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %]
|
||||
[% IF (circborrowernumber) %][%# fast cataloging must lead to items %]
|
||||
<!-- Action is under fast cataloging - Save button redirecting to items -->
|
||||
<div class="btn-group"><a href="#" id="saveanditems" class="btn btn-small"><i class="icon-hdd"></i> Save</a></div>
|
||||
|
|
Loading…
Reference in a new issue