Bug 14003

Summary: SIP2 AF Field return 1
Product: Koha Reporter: Humberto Blanco <hblancoca>
Component: SIP2Assignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: critical    
Priority: P1 - high CC: colin.campbell, hblancoca, m.de.rooy
Version: 3.8   
Hardware: All   
OS: Linux   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Humberto Blanco 2015-04-16 12:18:50 UTC
When try to checkout an item that have any problem (circulation rules, item block or other) appears 1 and no the circulation, patron or item message.

Any idea; here is the output for SIP log 

OUTPUT MSG: '120NUN20150415    120425 
AOBIBARA			AO = FID_INST_ID
AA79736535			AA = FID_PATRON_ID
AB100093734	        	AB = FID_ITEM_ID
AJThe Oxford Handbook on the United Nations	AJ = FID_TITLE_ID
AH				AH = FID_DUE_DATE
AF1				AF = FID_SCREEN_MSG
BLY      			BL = FID_HOLD_TYPE
AY1AZDE35			AY = FID_SEQNO

my koha version is 3.08.06.000
Comment 1 Humberto Blanco 2015-04-17 17:41:54 UTC
I reviewed the file /usr/share/koha/lib/C4/SIP/ILS/Patron.pm an  i found 
screen_msg              => 1,
i believe that SIP can do not update this value
Comment 2 Colin Campbell 2015-04-20 10:51:38 UTC
That line is the setting in fields which is supposed to set that to be a writable field.
Comment 3 Marcel de Rooy 2016-04-29 12:09:26 UTC
After discussing this about one year, I have the strong impression that an AF=1 has been resolved by bug 13871.
In_Discussion--