Jelölő adatok IsActive
Mezőgazdaság termeltetés IsActive Számviteli készletnél szállítólevél DateExecution
This commit is contained in:
+13
-3
@@ -58,7 +58,11 @@ Public Class StorageDateVC
|
||||
_StorageDateClearingPrice = New StorageDateClearingPrice(_uow)
|
||||
_StorageDateClearingPrice.RowIndex = 0
|
||||
_StorageDateClearingPrice.CustomersFrom = _DeliveryNoteInRRFC.RegistryRowsFinancialControlling.RegistryHeader.CustomersFrom
|
||||
_StorageDateClearingPrice.DateExecution = _DeliveryNoteInRRFC.RegistryRowsFinancialControlling.RegistryHeader.F_DateExecution.Date
|
||||
|
||||
'_StorageDateClearingPrice.DateExecution = _DeliveryNoteInRRFC.RegistryRowsFinancialControlling.RegistryHeader.F_DateExecution.Date
|
||||
|
||||
_StorageDateClearingPrice.DateExecution = _DeliveryNoteInRRFC.DeliveryNoteInRows.DeliveryNoteInHeader.DateExecution.Date
|
||||
|
||||
_StorageDateClearingPrice.DeliveryNoteInRRFC = _DeliveryNoteInRRFC
|
||||
_StorageDateClearingPrice.Products = _DeliveryNoteInRRFC.DeliveryNoteInRows.Products
|
||||
_StorageDateClearingPrice.QTT_In = _DeliveryNoteInRRFC.QTT_Controlled
|
||||
@@ -186,7 +190,10 @@ Public Class StorageDateVC
|
||||
_StorageDateClearingPrice = New StorageDateClearingPrice(_uow)
|
||||
_StorageDateClearingPrice.RowIndex = 0
|
||||
_StorageDateClearingPrice.CustomersFrom = _DeliveryNoteInRRFC.RegistryRowsFinancialControlling.RegistryHeader.CustomersFrom
|
||||
_StorageDateClearingPrice.DateExecution = _DeliveryNoteInRRFC.RegistryRowsFinancialControlling.RegistryHeader.F_DateExecution.Date
|
||||
|
||||
'_StorageDateClearingPrice.DateExecution = _DeliveryNoteInRRFC.RegistryRowsFinancialControlling.RegistryHeader.F_DateExecution.Date
|
||||
_StorageDateClearingPrice.DateExecution = _DeliveryNoteInRRFC.DeliveryNoteInRows.DeliveryNoteInHeader.DateExecution.Date
|
||||
|
||||
_StorageDateClearingPrice.DeliveryNoteInRRFC = _DeliveryNoteInRRFC
|
||||
_StorageDateClearingPrice.Products = _DeliveryNoteInRRFC.DeliveryNoteInRows.Products
|
||||
_StorageDateClearingPrice.QTT_In = _DeliveryNoteInRRFC.QTT_Controlled
|
||||
@@ -614,7 +621,10 @@ Public Class StorageDateVC
|
||||
_StorageDateClearingPrice = New StorageDateClearingPrice(_uow)
|
||||
_StorageDateClearingPrice.RowIndex = 0
|
||||
_StorageDateClearingPrice.CustomersFrom = _DeliveryNoteInRRFC.RegistryRowsFinancialControlling.RegistryHeader.CustomersFrom
|
||||
_StorageDateClearingPrice.DateExecution = _DeliveryNoteInRRFC.RegistryRowsFinancialControlling.RegistryHeader.F_DateExecution.Date
|
||||
'_StorageDateClearingPrice.DateExecution = _DeliveryNoteInRRFC.RegistryRowsFinancialControlling.RegistryHeader.F_DateExecution.Date
|
||||
|
||||
_StorageDateClearingPrice.DateExecution = _DeliveryNoteInRRFC.DeliveryNoteInRows.DeliveryNoteInHeader.DateExecution.Date
|
||||
|
||||
_StorageDateClearingPrice.DeliveryNoteInRRFC = _DeliveryNoteInRRFC
|
||||
_StorageDateClearingPrice.Products = _DeliveryNoteInRRFC.DeliveryNoteInRows.Products
|
||||
_StorageDateClearingPrice.QTT_In = _DeliveryNoteInRRFC.QTT_Controlled
|
||||
|
||||
Reference in New Issue
Block a user