Compare commits

..

2 Commits

Author SHA1 Message Date
aslan b9dfe9669a Merge pull request 'calculator fix' (#59) from RomanGolienko/Roman_applicant-site:feature/visually-impaired-mode into main
Tests & Lint & Deploy to Railway / build (2.7.6, 20.x, 8.3) (push) Failing after 12m21s Details
Tests & Lint & Deploy to Railway / deploy (push) Has been skipped Details
Reviewed-on: #59
2024-06-13 15:44:05 +03:00
RomanGolienko c51f9593dd calculator fix 2024-06-13 15:43:13 +03:00
1 changed files with 2 additions and 2 deletions

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>";
}; };