Skip to content

Commit

Permalink
Update for Issue allors#46
Browse files Browse the repository at this point in the history
- Implements SalesOrder Transfer feature
- Domain Test (WIP)
- Updates Derivation (WIP)
  • Loading branch information
jubayerarefin committed Jul 27, 2020
1 parent 917fbc2 commit 6aa6b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Base/Database/Domain/Base/Order/SalesOrderTransfer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ public void BaseOnDerive(ObjectOnDerive method)
.Build();
}

//TODO: ShipToCustomer

this.From.SalesOrderState = new SalesOrderStates(this.strategy.Session).Transferred;
}
}
Expand Down

0 comments on commit 6aa6b86

Please sign in to comment.