summaryrefslogtreecommitdiff
path: root/locale/ca_en/io
blob: d86e9fae648a8a51fdc8a283e5c51a13694b251f (plain)
  1. $self{texts} = {
  2. };
  3. $self{subs} = {
  4. 'calc_markup' => 'calc_markup',
  5. 'check_form' => 'check_form',
  6. 'create_form' => 'create_form',
  7. 'customer_details' => 'customer_details',
  8. 'display_form' => 'display_form',
  9. 'display_row' => 'display_row',
  10. 'e_mail' => 'e_mail',
  11. 'invoicetotal' => 'invoicetotal',
  12. 'item_selected' => 'item_selected',
  13. 'new_item' => 'new_item',
  14. 'print' => 'print',
  15. 'print_form' => 'print_form',
  16. 'print_options' => 'print_options',
  17. 'purchase_order' => 'purchase_order',
  18. 'quotation' => 'quotation',
  19. 'rfq' => 'rfq',
  20. 'sales_order' => 'sales_order',
  21. 'select_item' => 'select_item',
  22. 'send_email' => 'send_email',
  23. 'ship_to' => 'ship_to',
  24. 'validate_items' => 'validate_items',
  25. 'vendor_details' => 'vendor_details',
  26. };
  27. 1;