minor fixes

This commit is contained in:
ludo
2024-02-23 08:35:41 +01:00
parent 3acb69abe4
commit c15a6e380f
47 changed files with 148 additions and 2458 deletions

View File

@@ -11,7 +11,7 @@ class Taxes
public static function getOptions()
{
return Tax::orderBy('value', 'asc')->get()->pluck('value', 'id')->toArray();
return Tax::orderBy('value', 'asc')->pluck('value', 'id')->toArray();
}
public static function getAll()