set pending true on altered addresses
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 10 Feb 2009 20:46:58 +0000 (20:46 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 10 Feb 2009 20:46:58 +0000 (20:46 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12140 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/skin/default/js/myopac.js

index bc0c0fb..43117d6 100644 (file)
@@ -921,6 +921,7 @@ function myopacSaveAddress(row, addr, deleteMe) {
         repl.address_type(addr.address_type());
         repl.within_city_limits(addr.within_city_limits());
         repl.replaces(addr.id());
+        repl.pending('t');
         repl.isnew(true);
         repl.id(null);
         addr = repl;