diff --git a/htdocs/compta/tva/fiche.php b/htdocs/compta/tva/fiche.php index c8b9ad2cd06..860209e4158 100644 --- a/htdocs/compta/tva/fiche.php +++ b/htdocs/compta/tva/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur +/* Copyright (C) 2003 Rodolphe Quiedeville + * Copyright (C) 2004-2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,6 +20,12 @@ * $Source$ * */ + +/** \file htdocs/compta/tva/fiche.php + \brief Page des règlements de TVA + \version $Revision$ +*/ + require("./pre.inc.php"); require("../../tva.class.php"); @@ -52,22 +58,22 @@ llxHeader(); * */ $html = new Form($db); -if ($action == 'create') +if ($_GET["action"] == 'create') { print "
\n"; print ''; print '
Nouveau réglement TVA

'; - print ''; + print '
'; print ""; - print ''; - print ''; - print ''; + print ''; print ''; print '
Date de paiement'; + print ''.$langs->trans("DatePayment").''; print $html->select_date("","datev"); print '
Date de valeur'; + print ''.$langs->trans("DateValue").''; print $html->select_date("","datep"); print '
Montant
'.$langs->trans("Amount").'
  '; print '
';