Commit a580e0c4 by novanbagus

perbaiki status final

parent 48e3853f
......@@ -34,7 +34,7 @@ class DaftarProposalExport implements FromView,ShouldAutoSize
{
// dikurang 1 karena di view mulai dari 0 sedangkan 0 itu menunggu persetujuan
$status = $this->status - 1;
$statement .= " AND STATUS = '".$status."'";
$statement .= " AND STATUS_FINAL = '".$status."'";
}
if($this->tahun != "0")
......
......@@ -34,7 +34,7 @@ class DaftarProposalMonevExport implements FromView,ShouldAutoSize
{
// dikurang 1 karena di view mulai dari 0 sedangkan 0 itu menunggu persetujuan
$status = $this->status - 1;
$statement .= " AND STATUS = '".$status."'";
$statement .= " AND STATUS_FINAL = '".$status."'";
}
if($this->tahun != "0")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment