This commit is contained in:
Frank
2020-02-13 16:49:05 +01:00
parent 5ba5dd5fd8
commit c54a0968b9
3 changed files with 239 additions and 46 deletions
@@ -3971,7 +3971,7 @@ end
-- @param #string Event Event.
-- @param #string To To state.
-- @param #WAREHOUSE.Assetitem asset The asset that has just been added.
-- @parma #string assignment The (optional) assignment for the asset.
-- @param #string assignment The (optional) assignment for the asset.
function WAREHOUSE:onafterNewAsset(From, Event, To, asset, assignment)
self:T(self.wid..string.format("New asset %s id=%d with assignment %s.", tostring(asset.templatename), asset.uid, tostring(assignment)))
end