From ff070647ba37b8b299715d7afeb367fb6147c226 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Mon, 14 Jun 2021 14:37:32 +0200 Subject: [PATCH] Popravek sklica (brez "1-") na predracunu v cebelici (Goran) --- frontend/payments/cebelica/InvoiceFox/cebelcaApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/payments/cebelica/InvoiceFox/cebelcaApi.php b/frontend/payments/cebelica/InvoiceFox/cebelcaApi.php index a6716a8f2..5675c4b58 100644 --- a/frontend/payments/cebelica/InvoiceFox/cebelcaApi.php +++ b/frontend/payments/cebelica/InvoiceFox/cebelcaApi.php @@ -170,7 +170,7 @@ function ustvariPredracun($api,$podatki,$lang='si') { $glava = array ( //'title' => date("y")."-".$clientId, - 'title' => "1-".$podatki['narocilo_id'], + 'title' => $podatki['narocilo_id'], 'date_sent' => date("d.m.Y"), 'days_valid' => $podatki['veljavnost'], 'id_partner' => $clientId,