From 71f736fd8396168d3f69d5330eb6b36a9c3e36b9 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Mon, 30 May 2022 11:03:46 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9bug=20des=20virgule=20dans=20adresse=20d?= =?UTF-8?q?e=20PEC=20et=20adresse=20DEST=20+=20ajout=20des=20KM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7366a35..2bdaa5d 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ from threading import * from class_invoices import * from class_addresses import * -VERSION = "202200522 - 1848" +VERSION = "202200530 - 1058" #test master 2 src_dir = os.getenv('APPDATA') + "\Attrib2Biz\src"