diff --git a/REST/functions.php b/REST/functions.php index 5803dc3f..b8a03ec8 100644 --- a/REST/functions.php +++ b/REST/functions.php @@ -535,6 +535,7 @@ ORDER BY quantity + 0 DESC;", i.quantity, i.price_netto, es.document_no, + es.parent_name, CASE es.status WHEN 's20' THEN 'OczekujÄ…cy' WHEN 's30' THEN 'Zaakceptowany' @@ -561,6 +562,7 @@ SELECT i.quantity, i.price_start, es.document_no, + es.parent_name, CASE es.status WHEN 'accepted' THEN 'Zaakceptowany' WHEN 'registered' THEN 'Zarejestrowany'