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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
56aafa46
Commit
56aafa46
authored
8 years ago
by
Juanjo Menent
Browse files
Options
Downloads
Patches
Plain Diff
Fix #5646 Error editing Sell Price on products/services
parent
6e9d6b4e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/product/price.php
+3
-3
3 additions, 3 deletions
htdocs/product/price.php
with
3 additions
and
3 deletions
htdocs/product/price.php
+
3
−
3
View file @
56aafa46
...
...
@@ -5,7 +5,7 @@
* Copyright (C) 2005-2015 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2006 Andre Cianfarani <acianfa@free.fr>
* Copyright (C) 2014 Florian Henry <florian.henry@open-concept.pro>
* Copyright (C) 2014
Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2014
-2016
Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2014-2015 Philippe Grand <philippe.grand@atoo-net.com>
* Copyright (C) 2014 Ion agorria <ion@agorria.com>
* Copyright (C) 2015 Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
...
...
@@ -246,8 +246,8 @@ if (empty($reshook))
{
$obj
=
$db
->
fetch_object
(
$resql
);
$npr
=
$obj
->
recuperableonly
;
$localtax1
=
$obj
->
localtax
1
;
$localtax2
=
$obj
->
localtax
2
;
$localtax1
=
get_
localtax
(
$tva_tx
,
1
)
;
$localtax2
=
get_
localtax
(
$tva_tx
,
2
)
;
$localtax1_type
=
$obj
->
localtax1_type
;
$localtax2_type
=
$obj
->
localtax2_type
;
}
...
...
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