There is a function called toCurrency in\app\Plugin\Webzash\Config\Bootstrap.php. It accepts two parameters 'D/C' and the {amount} and produces a concatenated output of DR .123,456.78 (say). Modify it to supress both Dr and Cr when you don't want it. My change looks like the below...
else if ($dc == 'ZZZ') and do whatever you want ..
Regards,
Thiru