Some libraries have expressed interest in seeing both the budget name and code in the basket table.
Created attachment 162978 [details] [review] Bug 36287: Add budget code to fund column in acq basket table Trivial patch is attached. I'm open for discussing whether this would work better as a system preference so that libraries could decide whether they would like to see only the fund name, code, or both. To test: 1. Create a basket and add an item. Notice that the fund column in the basket table only displays the budget name. 2. Apply the patch. 3. Refresh the page and note that the fund column now displays both the budget name and budget code.
Hi Laura, had a quick look here: * If you are worried about customization, we could wrap the code in a span with a class. * Also wondering if something like "budget name (budget code)" would work a little better to save on display space. * I believe terminology might not be quite right. Should it not be fund instead of budget? As things got renamed after initial development of the acquisition module, there is an unfortunate mismatch between what we call things and the variable names.
Hi Katrin, Thank you for your feedback! I will work on a new patch! --Laura