mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
FIX[BE]: fixing issue failed delivery order, fixing unique constraint sales order
This commit is contained in:
@@ -243,6 +243,9 @@ const (
|
||||
MarketingStepPengajuan approvalutils.ApprovalStep = 1
|
||||
MarketingStepSalesOrder approvalutils.ApprovalStep = 2
|
||||
MarketingDeliveryOrder approvalutils.ApprovalStep = 3
|
||||
|
||||
MarketingSoNumberPrefix = "SO-"
|
||||
MarketingNumberPadding = 5
|
||||
)
|
||||
|
||||
var MarketingApprovalSteps = map[approvalutils.ApprovalStep]string{
|
||||
|
||||
Reference in New Issue
Block a user