Skip to content

Commit

Permalink
Merge pull request #431 from sussol/#xxxx-sync-prescription-transacti…
Browse files Browse the repository at this point in the history
…on-types

Add 'prescription' (pi) to transaction types
  • Loading branch information
Chris-Petty authored Jun 26, 2017
2 parents 00a3ee2 + 1a7c42e commit 7570a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"email": "[email protected]"
},
"name": "mSupplyMobile",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"license": "proprietary",
"description": "Mobile app for use with the mSupply medical inventory control software",
Expand Down
1 change: 1 addition & 0 deletions src/sync/syncTranslators.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const TRANSACTION_TYPES = new SyncTranslator({
'supplier_invoice': 'si',
'supplier_credit': 'sc',
'inventory_adjustment': 'in',
'prescription': 'pi',
});

export const TRANSACTION_BATCH_TYPES = new SyncTranslator({
Expand Down

0 comments on commit 7570a27

Please sign in to comment.