mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadiendo linea factura
This commit is contained in:
@ -20,11 +20,13 @@ class Test extends BaseController
|
||||
|
||||
public function index()
|
||||
{
|
||||
$model = new PresupuestoModel();
|
||||
$data = $model->generarLineaPedido(123);
|
||||
echo '<pre>';
|
||||
|
||||
$model = model("\App\Models\Pedidos\PedidoLineaModel");
|
||||
$data = $model->obtenerLineasPedidoSinFacturar(999);
|
||||
|
||||
echo('<pre>');
|
||||
var_dump($data);
|
||||
echo '</pre>';
|
||||
echo('</pre>');
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user