calculator fix #59

Merged
aslan merged 1 commits from RomanGolienko/Roman_applicant-site:feature/visually-impaired-mode into main 2024-06-13 15:44:06 +03:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c51f9593dd - Show all commits

View File

@ -71,8 +71,8 @@ class CalculatorController extends Controller
</a> </a>
{$offCanvasModal} {$offCanvasModal}
</td> </td>
<td class=\"text-end\"> 123</td> <td class=\"text-end\"> {$direction['cost_paid_place']['очная']}</td>
<td class=\"text-end\"> 456 </td> <td class=\"text-end\"> {$direction['period']['очная']}</td>
</tr>"; </tr>";
}; };