diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form2/Form2Controller.js b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form2/Form2Controller.js index fb8e4f4b..310b68b8 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form2/Form2Controller.js +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form2/Form2Controller.js @@ -9,9 +9,9 @@ $scope.storeFichasClinicas = new globals.dataService.store({ model: null, actions: { - get: 'getFichaEAdmissaoInicial', - upsert: 'sendFichaEAdmissaoInicial',//TODO: ??? - destroy: 'deleteFichaEAdmissaoInicial'//TODO: ??? + get: 'getFicha2', + upsert: 'sendFicha2', + destroy: '' } });