mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminado importador
This commit is contained in:
@ -102,7 +102,7 @@ class ImportadorModel extends \App\Models\BaseModel
|
||||
$builder = $db->table('pedido_libro t1')
|
||||
->select('
|
||||
t1.titulo, t1.autor, t1.coleccion, t1.isbn, t1.customer_reference as referencia_cliente,
|
||||
t1.envios_recogecliente as entrega_taller')
|
||||
t1.envios_recogecliente as entrega_taller, t1.comentarios as comentarios_cliente, t1.comentarios_safekat, t1.comentarios_pdf')
|
||||
->join('papel_formato t2', 't1.papel_formato_id = t2.id', 'left')
|
||||
->where('t1.id', $id)
|
||||
->where('t1.deleted_at', NULL);
|
||||
|
||||
Reference in New Issue
Block a user