Usuń zbędny kod wyjściowy w funkcji get_finances_categories

This commit is contained in:
2026-01-28 22:08:09 +01:00
parent dc8c428f5a
commit 76db1c5875

View File

@@ -99,7 +99,7 @@ if ( \S::get( 'action' ) == 'get_finances_categories' )
echo json_encode( $categories );
exit;
}
echo 'a';
if ( \S::get( 'action' ) == 'add_finance_operation' )
{
if ( !\S::get( 'operation_date' ) || !\S::get( 'net_value' ) || !\S::get( 'product_name' ) || !\S::get( 'category_id' ) )