浏览代码

FIX: length_accounta return variable name

hugome 8 年之前
父节点
当前提交
54256773c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/core/lib/accounting.lib.php

+ 1 - 1
htdocs/core/lib/accounting.lib.php

@@ -151,7 +151,7 @@ function length_accounta($accounta)
 
 
 	if ($accounta < 0 || empty($accounta)) return '';
 	if ($accounta < 0 || empty($accounta)) return '';
 	
 	
-	if (! empty($conf->global->ACCOUNTING_MANAGE_ZERO)) return $account;
+	if (! empty($conf->global->ACCOUNTING_MANAGE_ZERO)) return $accounta;
 	
 	
 	$a = $conf->global->ACCOUNTING_LENGTH_AACCOUNT;
 	$a = $conf->global->ACCOUNTING_LENGTH_AACCOUNT;
 	if (! empty($a)) {
 	if (! empty($a)) {