|
@@ -199,6 +199,7 @@ class Schema_DefaultDb_zaliczka_ZaliczkaStorageAcl extends Core_AclSimpleSchemaB
|
|
|
]
|
|
]
|
|
|
]);
|
|
]);
|
|
|
$patch = [];
|
|
$patch = [];
|
|
|
|
|
+ $itemPatch['kwota'] = str_replace(',', '.', $itemPatch['kwota']);
|
|
|
if ($itemPatch['kwota'] != $oldItem['kwota']) $patch['kwota'] = $itemPatch['kwota'];
|
|
if ($itemPatch['kwota'] != $oldItem['kwota']) $patch['kwota'] = $itemPatch['kwota'];
|
|
|
// TODO: doff $itemPatch['pozycja'] != $oldItem['pozycja']
|
|
// TODO: doff $itemPatch['pozycja'] != $oldItem['pozycja']
|
|
|
if (!empty($patch)) {
|
|
if (!empty($patch)) {
|