mirror of
https://github.com/stokebob/BealeEngineering.git
synced 2026-03-19 06:37:15 +00:00
Bug fix
This commit is contained in:
@@ -158,10 +158,6 @@
|
|||||||
((System.ComponentModel.ISupportInitialize)(this.projectWorkItemBindingSource)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.projectWorkItemBindingSource)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// invoiceHeaderBindingSource1
|
|
||||||
//
|
|
||||||
this.invoiceHeaderBindingSource1.DataSource = typeof(BealeEngineering.Core.Model.Sale.InvoiceHeader);
|
|
||||||
//
|
|
||||||
// bindingSourceSaleInvoice
|
// bindingSourceSaleInvoice
|
||||||
//
|
//
|
||||||
this.bindingSourceSaleInvoice.DataSource = typeof(BealeEngineering.Core.Model.Sale.Invoice);
|
this.bindingSourceSaleInvoice.DataSource = typeof(BealeEngineering.Core.Model.Sale.Invoice);
|
||||||
|
|||||||
Reference in New Issue
Block a user