Index: branches/TruckExpo/TruckExpoCDN/CDNDataSet.Designer.cs
===================================================================
--- branches/TruckExpo/TruckExpoCDN/CDNDataSet.Designer.cs (revision 415)
+++ branches/TruckExpo/TruckExpoCDN/CDNDataSet.Designer.cs (revision 427)
@@ -666,4 +666,6 @@
             private global::System.Data.DataColumn columnKnt_BazaBR;
             
+            private global::System.Data.DataColumn columnKnt_ZgodaNaEFaktury;
+            
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
             public KontrahenciDataTable() {
@@ -1442,4 +1444,11 @@
                 get {
                     return this.columnKnt_BazaBR;
+                }
+            }
+            
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+            public global::System.Data.DataColumn Knt_ZgodaNaEFakturyColumn {
+                get {
+                    return this.columnKnt_ZgodaNaEFaktury;
                 }
             }
@@ -1580,5 +1589,6 @@
                         byte Knt_LimitPrzeterKredytFlag, 
                         decimal Knt_LimitPrzeterKredytWartosc, 
-                        int Knt_BazaBR) {
+                        int Knt_BazaBR, 
+                        short Knt_ZgodaNaEFaktury) {
                 KontrahenciRow rowKontrahenciRow = ((KontrahenciRow)(this.NewRow()));
                 object[] columnValuesArray = new object[] {
@@ -1689,5 +1699,6 @@
                         Knt_LimitPrzeterKredytFlag,
                         Knt_LimitPrzeterKredytWartosc,
-                        Knt_BazaBR};
+                        Knt_BazaBR,
+                        Knt_ZgodaNaEFaktury};
                 if ((parentKontrahenciRowByFK_KntOdbiorca != null)) {
                     columnValuesArray[85] = parentKontrahenciRowByFK_KntOdbiorca[0];
@@ -1830,4 +1841,5 @@
                 this.columnKnt_LimitPrzeterKredytWartosc = base.Columns["Knt_LimitPrzeterKredytWartosc"];
                 this.columnKnt_BazaBR = base.Columns["Knt_BazaBR"];
+                this.columnKnt_ZgodaNaEFaktury = base.Columns["Knt_ZgodaNaEFaktury"];
             }
             
@@ -2048,4 +2060,6 @@
                 this.columnKnt_BazaBR = new global::System.Data.DataColumn("Knt_BazaBR", typeof(int), null, global::System.Data.MappingType.Element);
                 base.Columns.Add(this.columnKnt_BazaBR);
+                this.columnKnt_ZgodaNaEFaktury = new global::System.Data.DataColumn("Knt_ZgodaNaEFaktury", typeof(short), null, global::System.Data.MappingType.Element);
+                base.Columns.Add(this.columnKnt_ZgodaNaEFaktury);
                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
                                 this.columnKnt_KntId}, true));
@@ -2198,4 +2212,5 @@
                 this.columnKnt_LimitPrzeterKredytFlag.AllowDBNull = false;
                 this.columnKnt_LimitPrzeterKredytWartosc.AllowDBNull = false;
+                this.columnKnt_ZgodaNaEFaktury.DefaultValue = ((short)(0));
             }
             
@@ -7654,4 +7669,19 @@
             
             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+            public short Knt_ZgodaNaEFaktury {
+                get {
+                    try {
+                        return ((short)(this[this.tableKontrahenci.Knt_ZgodaNaEFakturyColumn]));
+                    }
+                    catch (global::System.InvalidCastException e) {
+                        throw new global::System.Data.StrongTypingException("The value for column \'Knt_ZgodaNaEFaktury\' in table \'Kontrahenci\' is DBNull.", e);
+                    }
+                }
+                set {
+                    this[this.tableKontrahenci.Knt_ZgodaNaEFakturyColumn] = value;
+                }
+            }
+            
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
             public KontrahenciRow KontrahenciRowParent {
                 get {
@@ -7861,4 +7891,14 @@
             public void SetKnt_BazaBRNull() {
                 this[this.tableKontrahenci.Knt_BazaBRColumn] = global::System.Convert.DBNull;
+            }
+            
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+            public bool IsKnt_ZgodaNaEFakturyNull() {
+                return this.IsNull(this.tableKontrahenci.Knt_ZgodaNaEFakturyColumn);
+            }
+            
+            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+            public void SetKnt_ZgodaNaEFakturyNull() {
+                this[this.tableKontrahenci.Knt_ZgodaNaEFakturyColumn] = global::System.Convert.DBNull;
             }
             
