bug fixes, closed paperless

This commit is contained in:
Kwesi Banson
2024-07-02 21:10:48 +00:00
parent edb78d1bfc
commit 132f151728
35 changed files with 240 additions and 146 deletions

View File

@@ -53,6 +53,7 @@ class UtilityController extends Controller
$retval = $this->getToPaperlessParamValues($name);
// dd($retval['results']);
$tip = json_decode($retval);
dd($tip);
foreach ($tip->results as $value) {
dd($value);
}