Skip to content
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

fix: Bulk update of valid upto field wasn't working #28242

Merged
merged 2 commits into from
Nov 4, 2021

Conversation

fatihustaoglu
Copy link
Contributor

Check in dates for the price list was failing because valid_upto field was string. Converting to date fixed the problem.

Before:
BEFORE

After:
AFTER

Please provide enough information so that others can review your pull request:

Explain the details for making this change. What existing problem does the pull request solve?

Screenshots/GIFs

Check in dates for the price list was failing because valid_upto field was string. Converting to date fixed the problem.
@ankush ankush merged commit 95a5ef1 into frappe:version-13-hotfix Nov 4, 2021
@ankush ankush added the backport develop instructs mergify to frontport PR to develop branch label Nov 4, 2021
@ankush
Copy link
Member

ankush commented Nov 4, 2021

@Mergifyio backport develop

mergify bot pushed a commit that referenced this pull request Nov 4, 2021
* fix: Bulk update of valid upto field wasn't working

Check in dates for the price list was failing because valid_upto field was string. Converting to date fixed the problem.

* chore: extend fix and cleanup whitespace

Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 95a5ef1)
@mergify
Copy link
Contributor

mergify bot commented Nov 4, 2021

backport develop

✅ Backports have been created

ankush pushed a commit that referenced this pull request Nov 4, 2021
* fix: Bulk update of valid upto field wasn't working

Check in dates for the price list was failing because valid_upto field was string. Converting to date fixed the problem.

* chore: extend fix and cleanup whitespace

Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 95a5ef1)

Co-authored-by: fatihustaoglu <46131068+fatihustaoglu@users.noreply.github.com>
conncampbell pushed a commit to conncampbell/erpnext that referenced this pull request Jan 9, 2022
* fix: Bulk update of valid upto field wasn't working

Check in dates for the price list was failing because valid_upto field was string. Converting to date fixed the problem.

* chore: extend fix and cleanup whitespace

Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 95a5ef1)

Co-authored-by: fatihustaoglu <46131068+fatihustaoglu@users.noreply.github.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport develop instructs mergify to frontport PR to develop branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants