Skip to content
Snippets Groups Projects
Commit 04ead87a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #1681 from KreizIT/FIX1485

FIX #1485:LINEBILL_SUPPLIER_DELETE failure trigger leads to an endless 
parents b4add020 7ced580a
Branches
Tags
No related merge requests found
......@@ -37,6 +37,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.
......
......@@ -179,6 +179,8 @@ elseif ($action == 'confirm_delete_line' && $confirm == 'yes' && $user->rights->
else
{
$mesg='<div class="error">'.$object->error.'</div>';
/* Fix bug 1485 : Reset action to avoid asking again confirmation on failure */
$action='';
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment