From 4009ced06cb0258b24b62b298df79a34049b3e82 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Mon, 12 Apr 2021 14:18:19 +0200 Subject: [PATCH] Popravek naslova predracuna pri placilu (cebelica) --- 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 5ddaf66b0..a6716a8f2 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' => date("y")."-1ka-".$podatki['narocilo_id'], + 'title' => "1-".$podatki['narocilo_id'], 'date_sent' => date("d.m.Y"), 'days_valid' => $podatki['veljavnost'], 'id_partner' => $clientId,