From f569dee4c20f713cec527f8a8c3a84defa0e7f13 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Mon, 30 May 2022 15:56:39 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20collone=20pour=20les=20kilom=C3=A8?= =?UTF-8?q?tres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 2bdaa5d..3ae9f58 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ from threading import * from class_invoices import * from class_addresses import * -VERSION = "202200530 - 1058" +VERSION = "202200530 - 1556" #test master 2 src_dir = os.getenv('APPDATA') + "\Attrib2Biz\src" @@ -653,7 +653,7 @@ class ClercAttrib2Biz(): csv_col.data[107] = data.Patient["fip_number"] csv_col.data[107] += " - " + data.data["comments"] if data.data["comments"] is not None else "" csv_col.data[116] = self.ifNotNull(data.Patient["category"]) + " - " + self.ifNotNull(data.Intervention["type"]) - csv_col.data[117] = data.Intervention["kilometers"] + csv_col.data[118] = data.Intervention["kilometers"] csv_col.data[135] = data.Intervention["base_name"] csv_col.data[136] = 2 if data.Intervention["base_name"] == "Uvrier" else 3 csv_col.data[146] = csv_col.data[136]