From c39db10c575871b385e5a6799464deb70e95d1f9 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 6 May 2005 21:50:56 +0000 Subject: [PATCH] task 4111 Fix closed period in template --- html/admin_repo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/admin_repo.php b/html/admin_repo.php index 57fbd3002..485533932 100644 --- a/html/admin_repo.php +++ b/html/admin_repo.php @@ -218,7 +218,7 @@ if ( $count == 0 ) { $Res=ExecSql($cn_mod,"truncate table centralized"); $Res=ExecSql($cn_mod,"truncate table stock_goods"); // Reset the closed periode - $Res=ExecSql($cn_mod,"update parm_periode set p_closed='t'"); + $Res=ExecSql($cn_mod,"update parm_periode set p_closed='f'"); // Reset Sequence $a_seq=array('s_jrn','s_jrn_op','s_centralized','s_stock_goods'); foreach ($a_seq as $seq ) { @@ -290,7 +290,7 @@ if ( $count == 0 ) { Description - + Basé sur