C
|
cgphp 8/28/2013 |
You can set the field as Custom: if($value == 0.00) |
O
|
onlline author 8/31/2013 |
You can set the field as Custom: if($value == 0.00)
|
C
|
cgphp 8/31/2013 |
In the "Before export record" event, enter this code: if($data['saida'] == 0.00) |
O
|
onlline author 8/31/2013 |
In the "Before export record" event, enter this code: if($data['saida'] == 0.00)
|