- aggiunto mode e submode alle risposte
- sviluppo calc production per travi - corretto funzionamento Estimate in WindowREST
This commit is contained in:
@@ -246,8 +246,14 @@ while bRun do
|
||||
local Result = {}
|
||||
if nMode == QUESTION_MODES.PREVIEW then
|
||||
nResult, AnswerArgs = Calc_Preview( QuestionArgs)
|
||||
if AnswerArgs then
|
||||
AnswerArgs.Mode = nMode
|
||||
end
|
||||
elseif nMode == QUESTION_MODES.BOM then
|
||||
nResult, AnswerArgs = Calc_BOM( QuestionArgs)
|
||||
if AnswerArgs then
|
||||
AnswerArgs.Mode = nMode
|
||||
end
|
||||
end
|
||||
AnswerArgs.UID = sUid
|
||||
AnswerArgs.RUID = sRUID or 0
|
||||
|
||||
Reference in New Issue
Block a user