Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
xrm
basic
Commits
9de30e3d
Commit
9de30e3d
authored
3 years ago
by
Pascal Neub
Browse files
Options
Downloads
Patches
Plain Diff
[Projekt: xRM-Sales][TicketNr.: 1081114][Stückliste wird nicht mehr angezeigt ]
parent
0e4b4da4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
entity/Prod2prod_entity/recordcontainers/jdito/contentProcess.js
+1
-1
1 addition, 1 deletion
...Prod2prod_entity/recordcontainers/jdito/contentProcess.js
with
1 addition
and
1 deletion
entity/Prod2prod_entity/recordcontainers/jdito/contentProcess.js
+
1
−
1
View file @
9de30e3d
...
...
@@ -30,7 +30,7 @@ var query = newSelect([
function
_returnData
(
data
)
{
for
(
let
i
=
0
;
i
<
data
.
length
;
i
++
)
{
var
productId
=
data
[
3
];
var
productId
=
data
[
i
][
3
];
// currentPurchasePrice.value
var
purchasePrice
=
ProductUtils
.
getCurrentProductPrice
(
productId
,
"
PP
"
,
true
);
...
...
This diff is collapsed.
Click to expand it.
Benjamin Ulrich
@b.ulrich
mentioned in commit
4b844f25
·
3 years ago
mentioned in commit
4b844f25
mentioned in commit 4b844f25fda1de316497727be9a56e707ca2be8b
Toggle commit list
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