Projet

Général

Profil

0002-lingo-don-t-recompute-fees-after-payment-it-was-for-.patch

Emmanuel Cazenave, 13 mai 2019 17:45

Télécharger (919 octets)

Voir les différences:

Subject: [PATCH 2/4] lingo: don't recompute fees after payment (it was for
 partial payments) (#32441)

 combo/apps/lingo/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
combo/apps/lingo/views.py
517 517
            except:
518 518
                # ignore errors, it will be retried later on if it fails
519 519
                logger.exception('error in sync notification for basket item %s', item.id)
520
        regie.compute_extra_fees(user=transaction.user)
520

  
521 521
        if transaction.remote_items:
522 522
            transaction.first_notify_remote_items_of_payments()
523 523

  
524
-