@@ -2636,6 +2636,7 @@ function tree_callback__show_item_from_CRM_LISTA_ZASOBOW( &$r, &$tree ) {
;
}
echo '<b>'.$r->TYPE.'</b>';
+ if($r->A_STATUS=='DELETED') echo " (D) ";
$bold=false;
if ((!empty($_GET['arg1']) && $_GET['arg1'] == $r->ID)
|| (!empty($_GET['EDIT']) && $_GET['EDIT']==$r->ID)