Vers
This commit is contained in:
@@ -784,7 +784,9 @@ Public Class usrcntlAktDetails
|
||||
WHERE [anh_AvisoId]='" & AvisoID & "' " & AktSndAnhaenge & " " & WhereWO & "
|
||||
ORDER BY anh_SendungsId desc,
|
||||
case
|
||||
when [anh_Art] = 'ATR' then 0
|
||||
when [anh_Art] = 'ATR-EUR1' then 0
|
||||
when [anh_Art] = 'EUR1' then 0.1
|
||||
when [anh_Art] = 'Rechnung' then 1
|
||||
when [anh_Art] = 'eFatura' then 1.1
|
||||
when [anh_Art] = 'CMR' then 2
|
||||
@@ -799,7 +801,18 @@ Public Class usrcntlAktDetails
|
||||
when [anh_Art] = 'Vollmacht' then 11
|
||||
when [anh_Art] = 'ATB' then 12
|
||||
when [anh_Art] = 'ATA' then 13
|
||||
|
||||
when [anh_Art] = 'GGED_D' then 40
|
||||
when [anh_Art] = 'GGED_PP' then 41
|
||||
when [anh_Art] = 'GGED_P' then 42
|
||||
when [anh_Art] = 'GGED_A' then 43
|
||||
when [anh_Art] = 'PHYTO' then 44
|
||||
when [anh_Art] = 'CONFORM' then 45
|
||||
|
||||
|
||||
when [anh_Art] = 'Sonstiges' then 99
|
||||
|
||||
|
||||
when [anh_Art] ='' then 15
|
||||
|
||||
END, [anh_Reihenfolge],[anh_id]"
|
||||
|
||||
Reference in New Issue
Block a user