Fixing to display the labels on each column to line items #349
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixing to loading and display labels in each column to line items as expected.
Description
When I been use the last version of CRM in the module Quotes I try made a new quote at the moment click add new line the title in each column showed 'undefined' the same case to the fields totals
I opened the code inspector in my web explorer so to inspected why displayed the 'undefined' when I located the object where I supposed the labels must retrieve after a couple test I been never get any expected result.
I made a couple test to load the labels to this part and I overwrite this code to folder 'custom' and works fine to me.
Motivation and Context
I needed to customize module how part a solution to customer.
With this fix loading fine the labels to each column line items and displayed correctly now
How To Test This
Well I been testing the changes when I make a new Quote and I clicking to add new line item and now view the label correctly to each column and total fields
Types of changes