null.toString() --> "null"
Hello,
we have a function that copies product description field from one entity to another.
When that description (field) is empty/null, the value that is being copied is (the string) "null" instead of an empty/null value.
Is there a way to prevent that?
M.