Omaha #4790: In handleOUP, default msg_send code to 134 for NCF-bound products.

Change-Id: Ifd72f5fe550f4ef5a59ab036a15038563cf4faae

Former-commit-id: 48f87a358ce7ee8939dd0ce2c67fccc873ea7ca7
This commit is contained in:
David Gillingham 2015-10-09 11:07:45 -05:00
parent 203bb82f0f
commit 79ad314965

View file

@ -38,6 +38,8 @@
# 12/05/16 DR 16842 D. Friedman Do not set product ID on MhsMessage
# 07/29/14 DR 2914 G. Armendariz Remove call to PropertiesFactory
# Apr 25, 2015 4952 njensen Updated for new JEP API
# Oct 09, 2015 4790 dgilling Set msg_send code for NCF products
# to 134.
#
#
@ -221,6 +223,8 @@ def process(oup, afosID, resp, ackMgr = None, test = False):
# Send OUP to the NCF
#----------
code = "0"
if addr == "DEFAULTNCF":
code = "134"
if source and source == 'TextWS':
if (prodCategory == 'ADR' or prodCategory == 'ADM' or prodCategory == 'ADA') and \
attachedFilename: