diff --git a/package.json b/package.json index edf558c44..b88501858 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "email": "info@sussol.net" }, "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", diff --git a/src/sync/syncTranslators.js b/src/sync/syncTranslators.js index 806f4e233..2dbabffe0 100644 --- a/src/sync/syncTranslators.js +++ b/src/sync/syncTranslators.js @@ -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({