Comment 3 for bug 1726568

Revision history for this message
Lynn Floyd (lfloyd) wrote :

I have found a work around for now.
It will take some coding on the library's end.

Basically you take the id and translate it with in the pocket label. Here is the code for WEBBY. I using this with just my library's Ids. Just make sure all the coding is on one line.

<span ng-switch="copy.circ_lib"><span ng-switch-when="4">BR1</span><span ng-switch-when="5">BR2</span><span ng-switch-when="6">BR3</span><span ng-switch-when="7">BR4</span><span ng-switch-when="8">SL1</span><span ng-switch-when="9">BM1</span><span ng-switch-default>CONS</span></span>