Pokaż
Ignoruj:
Data:
2009-03-13 15:58:41 (17 years ago)
Autor:
marek
Opis:

re #75

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/TruckExpo/SQL/Views/VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.txt

    r288 r444  
    2424DoZafakturowania =  
    2525CASE 
    26 WHEN (R.kwotaWalutaBrutto IS NULL) THEN 
     26WHEN (R.kwotaWalutaBrutto IS NULL OR R.kwotaWalutaBrutto=0) THEN 
    2727        CASE COALESCE(Korekta.Netto, 0) 
    2828                WHEN 0 THEN (R.wartoscNetto - ZNFK.nettoZafakturowane)