mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
adjust closing tap sapronak; add api summart total kuantitas per category and uom
This commit is contained in:
@@ -40,6 +40,6 @@ func (r *StockTransferRepositoryImpl) GenerateMovementNumber(ctx context.Context
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
movementNumber := fmt.Sprintf("ST-%05d", seq)
|
||||
movementNumber := fmt.Sprintf("PND-LTI-%05d", seq)
|
||||
return movementNumber, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user