Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
04ead87a
Commit
04ead87a
authored
Jun 23, 2014
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #1681 from KreizIT/FIX1485
FIX #1485:LINEBILL_SUPPLIER_DELETE failure trigger leads to an endless
parents
b4add020
7ced580a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-0
1 addition, 0 deletions
ChangeLog
htdocs/fourn/facture/fiche.php
+2
-0
2 additions, 0 deletions
htdocs/fourn/facture/fiche.php
with
3 additions
and
0 deletions
ChangeLog
+
1
−
0
View file @
04ead87a
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
htdocs/fourn/facture/fiche.php
+
2
−
0
View file @
04ead87a
...
...
@@ -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
=
''
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment