class InventoryTicketOpen
Public Instance Methods
layout()
click to toggle source
# File Views/Inventory/TicketOpen.rb, line 4 def layout t_layout( :opened ) end
rpc_update( session )
click to toggle source
# File Views/Inventory/TicketOpen.rb, line 15 def rpc_update( session ) reply( :update, :created_by => session.owner.full_name ) end