task 5026 Add more check for the account

This commit is contained in:
sparkyx 2006-07-21 08:01:33 +00:00
parent cc3977bda3
commit 9346524d2f
5 changed files with 60 additions and 69 deletions

View file

@ -126,5 +126,4 @@ function GetSolde($p_cn,$p_account,$p_cond="") {
return $r['sum_deb']-$r['sum_cred'];
}
?>