|
@@ -769,7 +769,7 @@ Route::group(['middleware' => 'auth'],function(){
|
|
|
$str .= "<a style='width:100%;float:right; text-align:right; display:block;' class=orange><small>" . (isset($totalIsc["N"]) ? formatPrice($totalIsc["N"]) : 0) . "</small></a><br>";
|
|
$str .= "<a style='width:100%;float:right; text-align:right; display:block;' class=orange><small>" . (isset($totalIsc["N"]) ? formatPrice($totalIsc["N"]) : 0) . "</small></a><br>";
|
|
|
$str .= "<a style='width:100%;float:right; text-align:right; display:block;' class=yellow><small>0</small></a><br>";
|
|
$str .= "<a style='width:100%;float:right; text-align:right; display:block;' class=yellow><small>0</small></a><br>";
|
|
|
}
|
|
}
|
|
|
- $js .= "2§" . $str . "_";
|
|
|
|
|
|
|
+ $js .= "§§" . $str . "_";
|
|
|
$str = "";
|
|
$str = "";
|
|
|
foreach($totals as $z => $t)
|
|
foreach($totals as $z => $t)
|
|
|
{
|
|
{
|