v0.1.0
This commit is contained in:
@ -83,6 +83,10 @@ class FacturaProyectoOperador extends Model {
|
||||
];
|
||||
return $output;
|
||||
}
|
||||
public function addVenta($data) {
|
||||
$data['factura_id'] = $this->id;
|
||||
return FacturaVenta::add($data);
|
||||
}
|
||||
|
||||
public function as_array() {
|
||||
$arr = parent::as_array();
|
||||
|
Reference in New Issue
Block a user