From 0f267559c6623fe1fcab1686beab99d458157283 Mon Sep 17 00:00:00 2001 From: Cedric Date: Mon, 23 Jun 2014 12:28:59 +0200 Subject: [PATCH 1/2] FIX #1485:LINEBILL_SUPPLIER_DELETE failure trigger leads to an endless loop --- htdocs/fourn/facture/fiche.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index 8ea921d094b4e..dea8285d7debc 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -179,6 +179,8 @@ else { $mesg='
'.$object->error.'
'; + /* Fix bug 1485 : Reset action to avoid asking again confirmation on failure */ + $action=''; } } From 7ced580abc2ea15e81add5483c65cb49174b4330 Mon Sep 17 00:00:00 2001 From: Cedric Date: Mon, 23 Jun 2014 12:35:37 +0200 Subject: [PATCH 2/2] Add fix to changelog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 55cc3594ac3f4..a1c1330c097bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,7 @@ Fix: [ bug #1254 ] Error when using "Enter" on qty input box of a product (on su Fix: [ bug #1462, 1468, 1480, 1483, 1490, 1497] $this instead of $object Fix: [ bug #1455 ] outstanding amount Fix: [ bug #1425 ] +Fix: [ bug #1425 ] LINEBILL_SUPPLIER_DELETE failure trigger leads to an endless loop ***** ChangeLog for 3.5.3 compared to 3.5.2 ***** Fix: Error on field accountancy code for export profile of invoices.