Skip to content
Snippets Groups Projects
Commit 22e356bd authored by juanf's avatar juanf
Browse files

SSDM-1973 : Autogeneration of codes when copying

SVN: 34119
parent 41c91474
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ function SampleFormController(mainController, mode, sample) {
var _this = this;
mainController.serverFacade.searchWithType(
this._sampleFormModel.sample.sampleTypeCode,
this._sampleFormModel.sample.code + "*",
this._sampleFormModel.sample.code + "_*",
function(results) {
callback(_this._sampleFormModel.sample.code + "_" + (results.length + 1));
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment