Skip to content

Instantly share code, notes, and snippets.

@berick
Created November 2, 2016 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berick/1194e1fe0d8a7f0d1ab82c2213c3cb41 to your computer and use it in GitHub Desktop.
Save berick/1194e1fe0d8a7f0d1ab82c2213c3cb41 to your computer and use it in GitHub Desktop.
INSERT INTO acq.edi_attr (key, label) VALUES (
'INCLUDE_ITEM_BARCODE',
oils_i18n_gettext('INCLUDE_ITEM_BARCODE','Orders Include Copy Barcodes', 'aea', 'label')
);
INSERT INTO acq.edi_attr_set_map (attr_set, attr) VALUES (<acct-id>, 'INCLUDE_ITEM_BARCODE');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment