Thread: Order Details
View Single Post
  #3  
Old 02-21-2018, 11:44 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Order Details

@Soptareanu Alex,

Did you try to define this column with nullable=true parameter?
It would look something like this:

Code:
@Column (type="string", nullable=true)

Please, let me know if it helps.

Tony
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote