Hide the Register in-house use option from Fulfillment->Scan in Items
Alma Remove Register in-house use by johnwinsor
Details
Authorjohnwinsor
LicenseNo License
Categorynortheastern.alma.exlibrisgroup.com
Created
Updated
Size377 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name northeastern.alma.exlibrisgroup.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp("https://northeastern\\.alma\\.exlibrisgroup\\.com/ng/page.*scan_in_interface.xml.*") {
div.col-md-7:nth-child(2) {
display: none;
}
}