Remove useless code
This commit is contained in:
parent
5479c0e9dc
commit
ed0fa0442b
1 changed files with 2 additions and 8 deletions
|
|
@ -126,14 +126,8 @@ class PdfPage():
|
|||
modif += 1
|
||||
i += 1
|
||||
continue
|
||||
if "Votre solde" in lines[nature]:
|
||||
lines[nature + 1] = "Votre solde " + lines[nature + 1]
|
||||
dateop = nature + 1
|
||||
corres = dateop + 1
|
||||
duree = corres + 1
|
||||
price = duree + 1
|
||||
modif -= 1
|
||||
elif len(re.split("(\d+\/\d+\/\d+)", lines[dateop])) < 2:
|
||||
if len(re.split("(\d+\/\d+\/\d+)", lines[dateop])) < 2:
|
||||
lines[nature + 1] = lines[nature] + " " + lines[nature + 1]
|
||||
dateop = nature + 1
|
||||
corres = dateop + 1
|
||||
duree = corres + 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue