diff --git a/TODO b/TODO
index 0baede0..e69de29 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +0,0 @@
-- wenn man beim Neuanlegen eines Assets die beiden
- Selects (Successor und Order) so lässt wie sie sind,
- wird null eingetragen, das Asset taucht nicht im
- Testament auf, successor.has_assets returned 0
- und das bleibt auch so, wenn man das Asset nach-
- träglich ändert.
-
- Supposed Fix: Validate New Asset order+successor.
\ No newline at end of file
diff --git a/digiproof.html b/digiproof.html
index c3f7ae5..ecf53db 100644
--- a/digiproof.html
+++ b/digiproof.html
@@ -3288,7 +3288,7 @@ Index=Source=null;return callback&&getClass.call(callback)==functionClass?walk((
if(isLoader){define(function(){return JSON3;});}}(this));
+var VERSION="2013-09-13-080748"
@@ -3374,7 +3374,8 @@ return JSON.stringify({id:this.get('id'),name:this.get('name'),uri:this.get('uri
+else{this.loadMany(App.Order,[{'id':0,'name':'maintain'},{'id':1,'name':'liquidate'},{'id':2,'name':'transfer'},{'id':3,'name':'decide herself'},]);this.loadMany(App.Successor,[{'id':0,'name':'My regular legal succesor(s)'}]);}
+this.commit();}});
diff --git a/js/libs/version.js b/js/libs/version.js
index 674422e..0d2c708 100644
--- a/js/libs/version.js
+++ b/js/libs/version.js
@@ -1 +1 @@
-var VERSION = "2013-09-11-232202"
+var VERSION = "2013-09-13-080748"
diff --git a/js/store.js b/js/store.js
index 06ca6c3..15c2743 100644
--- a/js/store.js
+++ b/js/store.js
@@ -29,5 +29,6 @@ App.store = DS.Store.createWithMixins({
);
this.loadMany(App.Successor, [{ 'id': 0, 'name': 'My regular legal succesor(s)' }]);
}
+ this.commit();
}
});