MDM_USTVA, etc.
This commit is contained in:
@@ -1337,7 +1337,8 @@ Public Class cProgramFunctions
|
||||
If valueTmp Is DBNull.Value Then
|
||||
row.Item(column.Index) = ""
|
||||
Else
|
||||
If replaceZeroDate AndAlso Not IsNumeric(valueTmp) Then valueTmp = valueTmp.ToString.Replace(" 00:00:00", "")
|
||||
If replaceZeroDate AndAlso valueTmp IsNot Nothing AndAlso Not IsNumeric(valueTmp) Then valueTmp = valueTmp.ToString.Replace(" 00:00:00", "")
|
||||
|
||||
row.Item(column.Index) = valueTmp
|
||||
End If
|
||||
Next
|
||||
|
||||
Reference in New Issue
Block a user