Help for this page

Select Code to Download


  1. or download this
    sub is_netdaysdue_format {
    return ($DISCPCNT ne "") 
    ...
                  && ($TERMSDISCAMT eq "")
               );
    }
    
  2. or download this
    (is_netdaysdue_format() 
    || is_discountamount_format() 
    || is_discountpercent_format()) 
                or print "Format must be..."