From c960fd853996a2f278a50c02d15a4fbc1bf632c3 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 Apr 2025 14:03:32 +0200 Subject: [PATCH] Tunning parameters! --- .vscode/sftp.json | 5 +++++ ci4/app/Services/ImpresoraEtiquetaService.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/sftp.json b/.vscode/sftp.json index c955066f..89ef7722 100755 --- a/.vscode/sftp.json +++ b/.vscode/sftp.json @@ -23,6 +23,11 @@ "host": "sk-dev.imnavajas.es", "username": "sk-dev", "password": "KXvYsubai9v*g61~" + }, + "prod":{ + "host": "erp.safekat.es", + "username": "erp-demo", + "password": "lNkEyukTc1~*3yy9" } } diff --git a/ci4/app/Services/ImpresoraEtiquetaService.php b/ci4/app/Services/ImpresoraEtiquetaService.php index 3e5d3408..2af5a75a 100644 --- a/ci4/app/Services/ImpresoraEtiquetaService.php +++ b/ci4/app/Services/ImpresoraEtiquetaService.php @@ -24,7 +24,7 @@ class ImpresoraEtiquetaService extends BaseService "labels" => [ [ "cliente" => "Cliente Potencial", - "titulo" => "[1234] Ejemplo", + "titulo" => "[1234] TEST OLIVEROS", "cantidad" => 100, "tirada" => 50, "cajas" => 1,