This commit is contained in:
@@ -81,7 +81,7 @@ namespace AyaNova.Biz
|
||||
// {
|
||||
//do stuff with PM
|
||||
PM o = new PM();
|
||||
o.Serial = serial ?? ServerBootConfig.WORKORDER_SERIAL.GetNext();
|
||||
o.Serial = serial ?? ServerBootConfig.PM_SERIAL.GetNext();
|
||||
|
||||
//TODO: template
|
||||
//TODO: CUSTOMER ID
|
||||
|
||||
@@ -81,7 +81,7 @@ namespace AyaNova.Biz
|
||||
// {
|
||||
//do stuff with Quote
|
||||
Quote o = new Quote();
|
||||
o.Serial = serial ?? ServerBootConfig.WORKORDER_SERIAL.GetNext();
|
||||
o.Serial = serial ?? ServerBootConfig.QUOTE_SERIAL.GetNext();
|
||||
|
||||
//TODO: template
|
||||
//TODO: CUSTOMER ID
|
||||
|
||||
Reference in New Issue
Block a user