<? include('includes/main.php'); ?>
<? include('includes/apfunctions.php'); ?>
<?
echo texttitle(STR_PAYMENT_TERMS_ADD);
if ($verbal) appaytermsadd($verbal, $discountpercent, $discountdays, $netduedays,$discountdayofmonth);
echo '<form action="adminappaytermsadd.php" method="post"><input type="hidden" name="nonprintable" value="1"><table>';
formappaytermsadd();
echo '</table><input type="submit" value="'.STR_ADD.'"></form>';
?>
<? include('includes/footer.php'); ?>