task #7478: Resume TVA Facture / Vente

This commit is contained in:
sparkyx 2007-11-15 10:17:16 +00:00
parent 60a0a1ea85
commit 600ca269e0
2 changed files with 20 additions and 4 deletions

View file

@ -144,6 +144,7 @@ function ExecuteScript($p_cn,$script) {
$buffer=str_replace (';','',$buffer);
}
$sql.=$buffer;
echo_debug('setup.php',__LINE__,"Execute sql $sql");
if ( ExecSql($p_cn,$sql,false) == false ) {
Rollback($p_cn);
if ( DEBUG=='false' ) ob_clean();