From 1f764d39fb14a935b1af9b39469268c7c2500cff Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 2 Jul 2010 09:44:30 -0400 Subject: [PATCH] Fix for Bug 4932, Serial Enumeration / chronology not populated on receive - Correcting JavaScript so that serial enumeration / chronology is always prepopulated in the add item form when receiving a new issue. - Altering the behavior of the "click to add item" link so that the "Arrived" option is automatically selected. This makes the link's behavior mirror the - " onchange="if (this.value==2){unHideItems('items'+,'label',''); changeDate('')} else if (this.value==7){changeDate('')} else { HideItems('items'++,'label'); changeDate('')}" >