Notifications
Clear all
Topic starter
i know it must only need an extra set of " somewhere.... but when a order is done how to I make the 0 (zero) not show up.??? help. its annoying. 🙂
Posted : October 13, 2014 12:37 pm
It depends on where the code exactly, but either empty quotes or return '' should do it -
MEL_ADD_ORDER('s','category'......'') ''
MEL_ADD_ORDER('s','category'......'')
return ''
The MEL_ADD_ORDER returns zero on success and a negative number on failure
Posted : October 14, 2014 2:46 am
Topic starter
thank you!!
Here's another one for you: I want to add a quick text for orders.... if I want "type, category, description, and nothing else but comments" how do I program it to skip modifier, dx, and dx description? much appreciated!!
Jenn
Posted : October 16, 2014 12:07 pm