Browse Source

On tri aussi les paiements facture fournisseurs

Philippe Le Brouster 9 years ago
parent
commit
b301385375
1 changed files with 1 additions and 0 deletions
  1. 1 0
      himports/dolibarrAlchemy.py

+ 1 - 0
himports/dolibarrAlchemy.py

@@ -169,6 +169,7 @@ class PaiementFournFactureFourn(Base):
     paiement = relationship(
         "PaiementFourn",
         lazy="subquery",
+        order_by="PaiementFourn.datep,PaiementFourn.id",
     )