This commit is contained in:
2020-05-04 21:19:00 +00:00
parent a36d8bb118
commit 4336f3a618
4 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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