Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
                              <tr>
                                 <td>
                                    <img src="cid:item_id_barcode.png" alt="Item Barcode" />
                                 </td>
                              </tr>

The Resource Sharing Receive Slip Letter uses a different image file for generating the barcode. In that letter use the following code instead.

Code Block
							<tr>
							  <td>
							  	<img src="cid:Barcode.png" alt="Barcode" />
							  </td>
							</tr>

External ID (Full)

The following code will add a barcode for the full External Identifier. This version of the External ID may contain the 01// or 02// prefixes, which may prevent the barcode from scanning properly at the Borrowing Library. This is why this barcode works for articles and book chapters but not shipping items.

...