From cce8a7ff3755dab1d2bfb247181356c38f73c60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Mon, 10 Aug 2015 20:09:10 +0200 Subject: [PATCH] =?UTF-8?q?Ajoute=20l'aid/cid=20dans=20les=20d=C3=A9tails?= =?UTF-8?q?=20d'une=20facture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index cb1a3fbb..8ee169f1 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -695,7 +695,7 @@ def facture_details(facture) : # Fid f+= coul(u'fid=%s ' % facture.id() ,'bleu') # Proprio - f += coul(u'Proprio : ','gras') + "%s\n" % facture.proprietaire().Nom() + f += coul(u'Proprio : ','gras') + "%s (%s %s)\n" % (facture.proprietaire().Nom(), facture.proprietaire().idn, facture.proprietaire().id()) # Articles f += coul(u"Articles :", "gras") + u"\n"