Make sales order comments bigger
In the quote module I have made the History column in grdLines MaxLength = 1000.
I've also increased the SQL column QO_Lines.HistoryText_Comment to varchar(1000)
All good & working nicely.
I have made the same changes to sales orders, i.e. extend the MaxLength of the History column in grdLines to 1000 & changed the SQL to varchar(1000).
When I make a sales order from the quote, the comment text comes across nicely. All good - until I save the sales order & I'm truncated to 200 chars.
Is there something I am missing in the sales orders which isn't there in quotes?
my plugin attached
version 7.2.1. SR21
I've also increased the SQL column QO_Lines.HistoryText_Comment to varchar(1000)
All good & working nicely.
I have made the same changes to sales orders, i.e. extend the MaxLength of the History column in grdLines to 1000 & changed the SQL to varchar(1000).
When I make a sales order from the quote, the comment text comes across nicely. All good - until I save the sales order & I'm truncated to 200 chars.
Is there something I am missing in the sales orders which isn't there in quotes?
my plugin attached
version 7.2.1. SR21