TM-164,165,167 bugs fixed
This commit is contained in:
@@ -8,7 +8,7 @@ class YourTendersApi {
|
||||
required String createdTo,
|
||||
required String status,
|
||||
}) {
|
||||
String url = '$tenderApproval?limit=$limit&offset=$offset';
|
||||
String url = '$tenderApproval?limit=$limit&offset=$offset&status=submitted';
|
||||
|
||||
if (createdFrom.isNotEmpty && createdTo.isNotEmpty) {
|
||||
url += '&created_from=$createdFrom&created_to=$createdTo';
|
||||
|
||||
Reference in New Issue
Block a user