mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
working
This commit is contained in:
@ -25,8 +25,8 @@ class Test extends BaseController
|
||||
$data = $model->obtenerLineasPedidoSinFacturar(999);
|
||||
*/
|
||||
|
||||
$model = model("\App\Models\Facturas\FacturaModel");
|
||||
$data = $model->getCantidadLineaPedidoFacturada(5);
|
||||
$model = model("\App\Models\Facturas\FacturaLineaModel");
|
||||
$data = $model->getResource(9)->get()->getResultObject();
|
||||
|
||||
echo('<pre>');
|
||||
var_dump($data);
|
||||
|
||||
Reference in New Issue
Block a user