mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 07:23:59 +00:00
list supplier purchase order items
This commit is contained in:
+1
-1
@@ -214,8 +214,8 @@ Route::get('/supplier/pi/export', function(){
|
||||
|
||||
}
|
||||
}
|
||||
echo '<tr><td>Service Charge</td><td>'.$group->service_charge.'</td></tr>';
|
||||
|
||||
}
|
||||
echo '<tr><td>Service Charge</td><td>'.$groups->sum('service_charge').'</td></tr>';
|
||||
echo '</table>';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user