浏览代码

Add zap partielle to database schema

boutils 10 年之前
父节点
当前提交
4079615bbf
共有 1 个文件被更改,包括 3 次插入0 次删除
  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.postFormEl = function() {
     $scope.postForm = {inProgress: true};
     $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) {
     _.each($scope.result.autres, function(value, key) {
       $scope.result.eligibilite[key] = value;
       $scope.result.eligibilite[key] = value;
     });
     });