28169 1 rok temu
rodzic
commit
7502e08ece

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyfour.vue Wyświetl plik

1421
       return function (a, b) {
1421
       return function (a, b) {
1422
           var value1 = a[property]
1422
           var value1 = a[property]
1423
           var value2 = b[property]
1423
           var value2 = b[property]
1424
-          return value1 - value2
1424
+          return value2 - value1
1425
       }
1425
       }
1426
     },
1426
     },
1427
 
1427