Commit c1b0f334 authored by DevPilot's avatar DevPilot

chore(accounting): anchor id on the cheque movement history card

parent 927edd62
...@@ -121,7 +121,7 @@ $isIn = $ins['direction'] === 'receivable'; ...@@ -121,7 +121,7 @@ $isIn = $ins['direction'] === 'receivable';
<?php endif; ?> <?php endif; ?>
<!-- سجل الحركة --> <!-- سجل الحركة -->
<div class="card"> <div class="card" id="movement-history">
<div style="padding:12px 16px;border-bottom:1px solid #E5E7EB;display:flex;justify-content:space-between;align-items:center;"> <div style="padding:12px 16px;border-bottom:1px solid #E5E7EB;display:flex;justify-content:space-between;align-items:center;">
<strong style="font-size:14px;">سجل حركة الشيك (<?= count($history) ?>)</strong> <strong style="font-size:14px;">سجل حركة الشيك (<?= count($history) ?>)</strong>
<span style="font-size:12px;color:#6B7280;">لا تُحذف أي حركة — السجل كامل من لحظة التسجيل</span> <span style="font-size:12px;color:#6B7280;">لا تُحذف أي حركة — السجل كامل من لحظة التسجيل</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment