Is there a list showing the corresponding MOVEMENT.MovementType to the Movement description.
i.e. MovementType 1 seems to be ReRent; 3 is VOID ReRent
Is there a list showing the corresponding MOVEMENT.MovementType to the Movement description.
i.e. MovementType 1 seems to be ReRent; 3 is VOID ReRent
Hi, mgray. Can you see if the below helper method suit your purpose?
Avontus.Rental.Library.Common.GetMovementTypeText(MovementType.ReRent)
Thanks for posting!