diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-27 14:27:34 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-27 14:27:34 +0700 |
| commit | 242ea685141c3b62f031d991709776e0ccb54000 (patch) | |
| tree | 705522f4206f684a31820ff48613a635c9f2e861 /src | |
| parent | ce6b3f5fa848403b46c0ffa41a354213c5bd0d84 (diff) | |
<miqdad> hide picking except bu out
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/shipment/components/Shipments.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/shipment/components/Shipments.jsx b/src/lib/shipment/components/Shipments.jsx index 20dbb013..aaf778c3 100644 --- a/src/lib/shipment/components/Shipments.jsx +++ b/src/lib/shipment/components/Shipments.jsx @@ -251,7 +251,7 @@ const Shipments = () => { <tr> <th>Tanggal</th> <th>No. Resi</th> - <th>No. Pengiriman</th> + <th>No. Dokumen</th> <th>Sales Order</th> <th>Purchase Order</th> <th>Expedisi</th> |
