diff --git a/Nuvolar.Module/BusinessObjects/Business/Products/PopUp/ModifyProductsParameters.vb b/Nuvolar.Module/BusinessObjects/Business/Products/PopUp/ModifyProductsParameters.vb index 4d518ec..2dc3900 100644 --- a/Nuvolar.Module/BusinessObjects/Business/Products/PopUp/ModifyProductsParameters.vb +++ b/Nuvolar.Module/BusinessObjects/Business/Products/PopUp/ModifyProductsParameters.vb @@ -78,7 +78,6 @@ Public Class ModifyProductsParameters Property DecimalIn As Double Property DecimalOut As Double - _ Property CurrencyName As CurrencyName @@ -120,7 +119,11 @@ Public Class ModifyProductsParameters SetPropertyValue("ProductType", _ProductType, value) End Set End Property - _ + ''' + ''' Termék tipus módosuljon ? + ''' + ''' + Property IsProductType As Boolean Get Return _IsProductType @@ -129,4 +132,31 @@ Public Class ModifyProductsParameters SetPropertyValue("IsProductType", _IsProductType, value) End Set End Property + + ''' + ''' ADRPackingUnit módosuljon ? + ''' + ''' + Property IsADRPackingUnit As Boolean + Property ADRPackingUnit As eADRPackingUnit + ''' + ''' Alapértelmezett termék, amelynek a Barcode, UNList,Sentence,Documentations szinkronba jön + ''' + ''' + Property ProductsSource As Products + ''' + ''' Sentence klónozás legyen ? + ''' + ''' + Property CloneSentence As Boolean + ''' + ''' UNList klónozás legyen + ''' + ''' + Property CloneUNList As Boolean + ''' + ''' Documentations klónozás legyen + ''' + ''' + Property CloneDocumentations As Boolean End Class