Fix cosmetic with Pre Op

Remove obsolete file
This commit is contained in:
sparkyx 2007-09-29 13:02:51 +00:00
parent 3cbba5d55e
commit 31439c5540
2 changed files with 2 additions and 53 deletions

View file

@ -308,7 +308,7 @@ if ( $p_jrn != -1 )
$form=FormVenInput($cn,$p_jrn,$User->GetPeriode(),null,false,$jrn->GetDefLine());
echo '<div class="u_redcontent">';
echo $form;
echo '</div>';
//--------------------
// predef op.
echo '<form method="GET">';
@ -326,5 +326,5 @@ if ( $p_jrn != -1 )
echo $op->show_button();
echo '</form>';
echo '</div>';
}

View file

@ -1,51 +0,0 @@
<?php
/*
* This file is part of PhpCompta.
*
* PhpCompta is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* PhpCompta is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with PhpCompta; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* function
* Purpose :
*
* parm :
* -
* gen :
* -
* return:
* -
*
*/
function ViewFactImpaye($p_cn) {
}
/* function
* Purpose :
*
* parm :
* -
* gen :
* -
* return:
* -
*
*/
function ViewFactAll($p_cn) {
}
?>