merge with server fixed
This commit is contained in:
@@ -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)];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user