mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
haciendo la conexion con el ajax del comparador negro
This commit is contained in:
@ -95,7 +95,7 @@ class PresupuestoService extends BaseService
|
||||
*
|
||||
* @return [type]
|
||||
*/
|
||||
public static function getCostesLinea($uso, $tipo, $datosPedido, $maquina, $papel_impresion, $opciones_papel, $tarifa)
|
||||
public static function getCostesLinea($uso, $datosPedido, $maquina, $papel_impresion, $opciones_papel, $tarifa)
|
||||
{
|
||||
$response['fields'] = [];
|
||||
|
||||
@ -117,7 +117,7 @@ class PresupuestoService extends BaseService
|
||||
if ($response['fields']['num_formas']['posicion_formas'] == 'n/a') {
|
||||
$response['error']['value'] = true;
|
||||
$response['error']['message'] = 'no_formas_disponibles';
|
||||
return response;
|
||||
return $response;
|
||||
}
|
||||
|
||||
// precio del pliego de impresion
|
||||
|
||||
Reference in New Issue
Block a user