structuretaxhelper debug

This commit is contained in:
2019-02-13 21:26:49 -06:00
parent 8559e205a9
commit d350ce6e56

View File

@@ -47,6 +47,7 @@ class StructureTaxHelper {
'corporation_id' => $corpId,
'structure_type' => $refType,
])->get(['ratio']);
dd($ratio);
$ratio = $ratio[0];
if($ratio == null) {
$ratio = 1.0;