From 8ef86f187580cf325d993956add496585c2ffab8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 2 Jul 2010 10:02:44 -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('')}" >