Changes to AgileBill

This commit is contained in:
Deon George
2009-08-03 14:10:16 +10:00
parent 0a22cfe22c
commit 27aee719b0
1051 changed files with 219109 additions and 117219 deletions

View File

@@ -42,7 +42,7 @@ Ajax.Autocompleter = Class.create();
Ajax.Autocompleter.prototype = (new Ajax.Base()).extend({
initialize: function(element, update, url, options) {
this.element = $(element);
this.hidden = element+'_hidden'; //agileco add
this.hidden = element+'_hidden'; //agileco add
this.update = $(update);
this.has_focus = false;
this.changed = false;
@@ -262,4 +262,4 @@ Ajax.Autocompleter.prototype = (new Ajax.Base()).extend({
id = Element.collectTextNodesIgnoreClass(this.get_current_entry(), 'name', 'informal' ).unescapeHTML(); // agileco add
document.getElementById(this.hidden).value = id; // agileco add
}
});
});