Author: bleny Date: 2013-07-25 14:10:11 +0200 (Thu, 25 Jul 2013) New Revision: 337 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: refs #2940 add another destination warehouse to check that the selection in UI in conserved over time Modified: trunk/magalie-services/src/main/resources/fixtures.yaml Modified: trunk/magalie-services/src/main/resources/fixtures.yaml =================================================================== --- trunk/magalie-services/src/main/resources/fixtures.yaml 2013-07-25 11:25:55 UTC (rev 336) +++ trunk/magalie-services/src/main/resources/fixtures.yaml 2013-07-25 12:10:11 UTC (rev 337) @@ -112,6 +112,13 @@ building: *B1 withdrawAllowed: true +B02: + &B02 !warehouse + id: warehouse_b02 + code: B02 + building: *B1 + withdrawAllowed: true + warehouses: - *U01 - *U02 @@ -119,6 +126,7 @@ - *U04 - *SOM - *B01 + - *B02 location1: &location1 !location @@ -224,6 +232,14 @@ requiredAccreditationLevel: 0 requiredCraneMan : false +location15: + &location15 !location + id: location15 + warehouse: *B02 + code: " SANS" + requiredAccreditationLevel: 0 + requiredCraneMan : false + locationRecU01: &locationRecU01 !location id: locationRecU01 @@ -295,6 +311,7 @@ - *location11 - *location12 - *location14 + - *location15 - *locationRecU01 - *locationRecU02 - *locationRecU03 @@ -427,6 +444,12 @@ warehouse: *B01 requiredQuantity: 10 +kanban6: + &kanban5 !kanban + article: *article1 + warehouse: *B02 + requiredQuantity: 15 + kanbans: - *kanban1 - *kanban2