===
The select button for VAT has been replaced by a Ipopup, in all the ledgers + gestion
This commit is contained in:
Dany De Bontridder 2010-04-24 19:14:25 +00:00
parent 5e38098c6c
commit f73ff75210
12 changed files with 171 additions and 30 deletions

View file

@ -87,6 +87,8 @@ if ( $action == 'ach' ||
if ( $action == 'fin') {
require_once ('compta_fin.inc.php');
}
if ($action == 'let') {
require_once('letter.inc.php');
}
html_page_stop();
?>