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

OBPIH-2769 Fix date created display on stock movement list page #1533

Closed

Conversation

dbienkowska
Copy link
Collaborator

No description provided.

@@ -91,7 +91,7 @@
<g:formatDate format="MMM dd, yyyy" date="${stockMovement?.dateRequested}"/>
</td>
<td>
<g:formatDate format="MMM dd, yyyy" date="${stockMovement?.dateCreated}"/>
<g:formatDate format="MMM dd, yyyy" date="${stockMovement?.dateCreated ?: stockMovement?.requisition?.dateCreated}"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DominikaHatala This would be what I would consider an implementation leak. We actually want to update the dateCreated on the stock movement object.

I'll try to deal with this myself but if I don't finish by tomorrow can you look into it. In particular I would look into the builder methods (createFromRequisition and createFromShipment) to see why the dateCreated is not populated correctly.

@jmiranda jmiranda closed this Mar 30, 2020
@dbienkowska dbienkowska deleted the OBPIH-2769 branch January 7, 2021 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants