Bug Fixes - 26.3.19 - Released 9 April 2025

This build has the following bug fixes implemented: 
Fixed
11858146 - Change Fields On eBiz Charge Payment Gateway
The fields for eBiz payment gateway under System Management | System | Payment Gateways had the wrong field names for the info that is needed. Login is now 'Source Key', Password is now 'Pin', and we hid the API signature field as eBiz does not require it.
Better
11879759 - Disable Submit Button On Request Info When Posting Form
When using the Request Info Form, we discovered that the Submit button could be pressed multiple times while the data was being posted to the server. Now, when it is clicked, the button grays out and cannot be clicked again while the data is being posted.
Fixed
11887343 - Item Form Tag Displays Blank Tag
Essentially, there was a little "dot" that showed on the item page when it has no tags assigned. Most people did notice it but it was driving our lead web developer crazy so he fixed it in order to retain his sanity.
Fixed
11887345 - Checkout Error When Rating Freight with a USPS ShipVia Using the Ground Shipping Method
The Ground shipping method is supposed to be mapped to the Ground - Parcel Post/Standard Post method when using the US Post Office, but attempting to use it was resulting in an error indicating that the request mail service was not available.
Fixed
11887684 - Update Handling Of Lead Time To Include Out Of Stock Components On Manufactured Items
Updated our delivery date calculation logic to include manufactured items and be component lead time plus manufacturing lead time, which bring it into alignment with our Delivery Date Calculation documentation.
Fixed
11887862 - M1 Shipto Nickname has a 5 character limit, but ecomm is allowing 15 which is causing the address not to save
Checkout and ShiptToMaint both have a hard-coded 15-char max length on Ship To No, and M1 has a 5-char limit. We were setting the length on "Name" but not ShipTo. It was also not throwing any errors trying to save it when it was wrong.
Fixed
11888198 - Order Entry Item Note Doesn't Handle Special Characters
Adding an item note with special characters like @ was resulting in an error. We also discovered this was happening on the header and order line comments as well.
Better
11888274 - Increase Text Lengths On Distribution Forms
Increased field sizes on this page for better UI experience.
Fixed
11888551 - 5 Digit Price Rounding Error Sending Total To Stripe
Stripe requires that the discounted unit price be sent with cents precision (#.##). We support unit prices out to 6 places (#.######). This caused rounding issues with Stripe. To fix this, we've updated the system to just send the order total to Stripe.
Better
11888681 - M1 Connector Set Ship Location and AR Invoice Location On Customer Update
Made some updates to the M1 connector when bringing in new Ship Tos and when adding Organizations with a new customer.
  • When a Ship To is created, cmlShipLocation in M1 needed to be set to TRUE.
  • When a new customer was create and it created the Organization in Mq, we were also creating a Location. However, the OrganizationLocation record in M1 need to have both cmlShipLocation and cmlARInvoiceLocation set to TRUE.
Fixed
11888733 - Missing Assembly Error When Loading Connector Accounts Screen
When going to System Management | Connector Accounts on the web, the system was throwing an error about a missing resource. This error did not prevent you from continuing to the proper connector accounts page, but the error was annoying.
Fixed
11888799 - Location Is Duplicated On Field Maintenance
The Group dropdown list on the Field Maintenance page had Location on it twice.
Better
11888962 - Add Enabled Column To Connector List
Improved the look of this page. Now you no longer have to edit a connector to see if it is actually enabled.