-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Import of quotes from csv not working - import matches items that has been deleted, fix included to make query check crmentity deleted column #9
Comments
Think I have found the issue, the "product name" in the quote matched both a deleted product and a newer product. Any idea where in the code to make the import respect the "deleted" flag? |
problem is in \app\record.php
|
notice no check for "deleted" |
fixed version of the function
|
WMCyn
changed the title
[bug] Import of quotes from csv not working
[bug] Import of quotes from csv not working - import matches items that has been deleted, fix included to make query check crmentity deleted column
Apr 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
trying to import quotes using csv.
export a test quote from yeti to get formatting.
removed test quote and attempted to import from exported csv
system just gives error
Nothing showing logs
Am I missing something?
The text was updated successfully, but these errors were encountered: