merge with server fixed

This commit is contained in:
MUHD HAFIFIE
2021-07-08 12:30:24 +08:00
4 changed files with 18 additions and 4 deletions
+1 -2
View File
@@ -390,7 +390,7 @@ class LaporanController extends Controller
->where('glcode','=','3000/120')
->sum('amaun');
if($kodcaw == '011229')
if($kodcaw == '011229')
{
$peruntukanhapuskira = GlCode::on($cawangan['mysql'])
->where('glcode','=','1000/015')
@@ -398,7 +398,6 @@ class LaporanController extends Controller
}else{
$peruntukanhapuskira = 0;
}
$arrayxtra = ['phapuskira' => floatval($peruntukanhapuskira),'upahsimpan' => floatval($upahsimpan), 'bakilelong' => floatval($bakilelongxtra), 'untungrugiterkumpul' => floatval($untungrugiterkumpul), 'kerugianlelong' => floatval($kerugianlelongxtra)];