byuhbll / ILLiadPlus

A Javascript layer used with jQuery to enhance the main menu of ILLiad's patron-facing web interface.
https://bitbucket.org/byuhbll/illiadplus
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Awaiting Return In Process statuses #2

Open kkeeganatlas opened 7 years ago

kkeeganatlas commented 7 years ago

The pending return items were being counted as part of the #all total, but not appearing in any of the lists, making the count appear incorrect.

For this particular site, it was fixed by editing to include: case "Awaiting Return Label Printing": case "Item Checked In": newStatus = "Processing your return"; break;

and then added the new array under the InProcessStatusList: var inProcessStatusList = new Array('Awaiting processing','In process','Awaiting your reply','Processing your return');