clean comment
This commit is contained in:
parent
44848c0418
commit
bc34a01689
1 changed files with 2 additions and 5 deletions
|
|
@ -68,7 +68,7 @@ if ( isset ($_POST["FMOD_NAME"]) ) {
|
|||
$Res=ExecSql($cn_mod,"truncate table centralized");
|
||||
$Res=ExecSql($cn_mod,"truncate table stock_goods");
|
||||
$Res=ExecSql($cn_mod,"truncate table jrn");
|
||||
$Res=ExecSql($cn_mod,"truncate table jrnx");
|
||||
$Res=ExecSql($cn_mod,"delete from jrnx");
|
||||
|
||||
// TODO
|
||||
// Nettoyage table quant_*
|
||||
|
|
@ -95,10 +95,7 @@ if ( isset ($_POST["FMOD_NAME"]) ) {
|
|||
|
||||
$sql=sprintf ("select setval('s_jrn_%d',1,false)",$row['jrn_def_id']);
|
||||
ExecSql($cn_mod,$sql);
|
||||
/*
|
||||
$sql=sprintf ("select setval('s_jrn_pj_%d',1,false)",$row['jrn_def_id']);
|
||||
ExecSql($cn_mod,$sql);
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
//---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue