Subversion Repositories masonsql

Compare Revisions

Ignore whitespace Rev 438 → Rev 576

/tags/1.9.1/htdocs/lib/displaybinding.js
1125,6 → 1125,7
this.duplicateRecord(this.dup, unusedRow.R, db.dup_fields);
db.dup_keys[unusedRow.R] = this.dup.key ? this.dup.key : db.dup_keys[riga_dup];
this.dup = null;
this.dataBinding.readonly = true;
this.readOnly(false);
return true;
}