Explorar o código

Add zap partielle to database schema

boutils %!s(int64=10) %!d(string=hai) anos
pai
achega
4079615bbf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      js/app.js

+ 3 - 0
js/app.js

@@ -1144,6 +1144,9 @@ app.controller('mainController', function($scope, $detection, $http, $mdSidenav,
   $scope.postFormEl = function() {
     $scope.postForm = {inProgress: true};
 
+    // Add ID_ZAPM_PARTIELLE
+    $scope.result.eligibilite.id_zapm_partielle = $scope.results.ftth.ID_ZAPM_PARTIELLE;
+
     _.each($scope.result.autres, function(value, key) {
       $scope.result.eligibilite[key] = value;
     });