-
Notifications
You must be signed in to change notification settings - Fork 7
[LMSM] Fixes UAT Test Locations and Stock #4083
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
Conversation
src/etools/applications/last_mile/tests/test_admin_panel/test_manage_locations.py
Outdated
Show resolved
Hide resolved
src/etools/applications/last_mile/tests/test_admin_panel/test_manage_locations.py
Outdated
Show resolved
Hide resolved
uom=item.get('uom'), | ||
batch_id=item.get('item_name'), | ||
expiry_date=item.get('expiration_date'), | ||
expiry_date=item.get('expiration_date') or item.get('expiry_date'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why two different field names??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because we have 2 separate functions that are using this service. The expirty_date come directly from the UI and expiration_date is from BE
No description provided.