Non-barcoded checkouts don't print on receipts

Bug #1746303 reported by Terran McCanna
22
This bug affects 5 people
Affects Status Importance Assigned to Milestone
Evergreen
Confirmed
Medium
Unassigned

Bug Description

In the 3.0.2 Web Client:

Checking out non-barcoded items to a patron prints nothing on receipts.

In the XUL client, the receipt would print out the type of non-barcoded item (eg, "Adult Paperback") and the due date. If there were multiples checked out at once, it would print out one for each.

Just for additional info...

The Web client template code is:

<div ng-repeat="checkout in circulations">
      <li><b>{{checkout.title}}</b><br/>
      Barcode: {{checkout.copy.barcode}}<br/>
      Due: {{checkout.circ.due_date | date:"M/d/yyyy"}}
    </li>
</div>

The XUL client template code was:

<li>%title%<br/>
Barcode: %barcode%<br/>
Due: %SUBSTR(0,10)%%due_date%%SUBSTR_END%<br/>

Revision history for this message
Andrea Neiman (aneiman) wrote :

Noting that this is working for me on a 3.0.0 test system which hopefully helps narrow it down.

Revision history for this message
Anna Goben (agoben) wrote :

We are also receiving reports of this missing in 3.0.5 in Indiana.

Changed in evergreen:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Terran McCanna (tmccanna) wrote :

Still doesn't print non-cat item checkout info in 3.1 (example attached).

Revision history for this message
Terran McCanna (tmccanna) wrote :

Fixed as part of fix for bug 1747512. Marking this one as a duplicate.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.