class OLE_QA::Framework::OLEFS::Receipt_Notes_Line

A Receipt Notes Line in an OLE Financial System Receiving Document

Public Instance Methods

set_elements() click to toggle source

Set receipt notes elements.

# File lib/olefs/subobjects/receipt_notes_line.rb, line 19
def set_elements
  super
  element(:note_type_selector)                    {b.select_list(:id => "document.item[#{@parent_line.line_id}].receiptNoteList[#{line_id}].noteTypeId")}
  element(:note_field)                            {b.text_field(:id => "document.item[#{@parent_line.line_id}].receiptNoteList[#{line_id}].notes")}
end