more changes to inward inventory
This commit is contained in:
@@ -709,7 +709,6 @@ object VendorCtrl {
|
||||
|
||||
fun getAll(ctx: Context) {
|
||||
val filters = ctx.bodyAsClass<VF>()
|
||||
logger.info("filters = {}", filters)
|
||||
val excel: String? = ctx.queryParam("excel")
|
||||
val vendors = searchVendors(filters.common, filters.vendorFilters)
|
||||
if (excel !== null) {
|
||||
|
||||
Reference in New Issue
Block a user