Bug Reports - 28.4.10 - Released 8 December 2025

This build has the following bug fixes implemented: 
Better
11887088 - Update Default Email Templates
In 26.2 for project number 11885878, we updated the functionality of the email template to add support for multi-line notes, but did not actually update the email templates themselves. This fixes that oversight.
Fixed
11890475 - Delete WebCategory Button Has No "Are You Sure?" Prompt
Clicking the delete button on Web Categories within the Web Category tree at /ContentManager/WebCategories allowed you to delete an entire web category with all its children without prompting the user with an "Are you sure?" popup.
Better
11897934 - Site Settings Default Salesperson Tool Tip Update
Improved a tooltip to better explain some functionality.
Fixed
11898309 - Inserting OrderLine Between Existing Lines In QBD Throws 'Item Is Placed In The Request In Incorrect Order' Error
QuickBooks Desktop allows you to insert order lines in between existing order lines in an order. Since QBD has no real concept of order line numbers, the visual order of the lines in the Order Entry window in QB is the "line sequence" as far as it's concerned. We sync the new line, but assign it the next available Line_No when we write it to OE Order Line, which puts it at the bottom of the sort order. When we try to pushed the order back up to QB, we were getting an error that the item is "placed in the request in the incorrect order" and never uploaded anything to QB.
Fixed
11899254 - Print Invoice Shows All Order Lines on a Partially Selected Order
When partially invoicing an order (only selecting certain orderlines rather than all of them) and then using BirdDog Process Invoices to print the invoice, the printed invoice was displaying all of the order lines on the order, not just the Selected order lines. The order total also reflected the entire order, not just the Selected lines. With that in mind, we adjusted our code to better handle this.
Fixed
11900062 - Enhance The Billing Process To Handle Partially Selected Sales Orders Better
This fixed a bug where you could not partially select lines on the order. In the process, we updated the sales order view to display a checkbox on the line when selected and display the correct subtotal and total when selected or invoiced and also updated Accounting | Process Orders columns to better show selected amounts. This linked to 11899254 above.
Fixed
11900582 - Sage 100 Order Error When Salesperson Check Box Not Selected In Accounts Receivable Options
In Sage 100 Accounts Receivable Settings, there is a checkbox for "Salesperson Commission Reporting". If this box is unchecked, the connector threw a salesperson error on the connector run with an order with a salesperson.
Fixed
11900620 - Need Search Functionality Added To New Item Page
In 28.3.10, we began the process of upgrading the Stock Status report into the new item form page ... but we overlooked needing the ability to search for an item you did not know the item number of. This adds Item Search back to this page.
Fixed
11900635 - Order Entry Type Ahead Search Doesn't Display An Item Description When Short Description Is Blank
Back in 28.0, we allowed items to get away without having a short description. This error was shrapnel from that as it allowed Order Entry to not show such items on the type-ahead search while adding items.
Fixed
11900747 - Return URL On The Inbox Isn't Working Because The Ampersand Is Encoded
In 28.0.19, we released the first pass of the revised BRAIN Inbox with project 11879976. In the process of actually using it, we realized that we'd overlooked this issue so the system wasn't taking you back to the page it should. Now it does.
Fixed
11901124 - Site Settings Page Doesn't Display Cached Site Setting Out Of Date Warning When Using Global Settings
In 28.2.4, we added the ability to create a single default setting that can be used for every URL. We did overlook that changing that option in Global Settings should automatically trigger the cached out of date warning on site settings, though.
Better
11901381 - Item Edit Crashes When Adding A Customer Number/Item Number Price Code And Entering An Invalid Customer Number
Exactly as the title indicates. Now, instead of crashing, it informs you that the customer is invalid.