microslady
Vendor
Currently using this sim...
event Print_Header: amtdue
var ttl : A40
var due : $9
due = @ttldue
format ttl as "Total=$",due
@Header[1] = "----------------"
@Header[2] = ttl
@Header[3] = "----------------"
endevent
But now we only want to do this for a specific revenue center. Can somebody help with the modifications for this?
themicroslady.com
event Print_Header: amtdue
var ttl : A40
var due : $9
due = @ttldue
format ttl as "Total=$",due
@Header[1] = "----------------"
@Header[2] = ttl
@Header[3] = "----------------"
endevent
But now we only want to do this for a specific revenue center. Can somebody help with the modifications for this?
themicroslady.com