Forums

Changing output

chriso0258 26 May, 2015
Hello,

I have the following condition in the Models section:

<?php return array('surplus.Surplus_status' => array('tf', 'ts', 'w', 'o'));
?>



Everything works fine. What I would like to do is instead of printing out the status code tf, or ts, etc. is to print out something more useful. Say, if statuscode == 'tf' echo Transfer to facility.

Where can I set something like this up using CC5 if its possible?

Thank you for your assistance.
This topic is locked and no more replies can be posted.