Skip to content

Instantly share code, notes, and snippets.

@nsmith
Created August 7, 2013 22:06
Show Gist options
  • Select an option

  • Save nsmith/6179243 to your computer and use it in GitHub Desktop.

Select an option

Save nsmith/6179243 to your computer and use it in GitHub Desktop.

Revisions

  1. nsmith created this gist Aug 7, 2013.
    3 changes: 3 additions & 0 deletions manual_transfer_to_sales_order
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    transfer_proc = Elvis::Processes::Outbound::OhlTransfer.new(CONFIG, CONFIG["netsuite"]["ohl_transfers"], {:warehouse_code => "OCP"})
    transfer = NetSuite::Records::TransferOrder.get(:internal_id => 1234)
    transfer_proc.send_sales_order(transfer)