fix handle error and add note for shippings receive approve and reject mutations
This commit is contained in:
@@ -1728,7 +1728,7 @@ use Illuminate\Support\Facades\Auth;
|
||||
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-12">
|
||||
<strong>Diminta oleh:</strong><br>
|
||||
<strong>Dikirim oleh:</strong><br>
|
||||
${mutation.requested_by ? mutation.requested_by.name : '-'}
|
||||
</div>
|
||||
</div>
|
||||
@@ -1738,7 +1738,7 @@ use Illuminate\Support\Facades\Auth;
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-12">
|
||||
<label for="mutationNotes"><strong>Catatan Penerimaan:</strong></label>
|
||||
<textarea name="notes" id="mutationNotes" class="form-control" rows="3" placeholder="Masukkan catatan jika diperlukan..."></textarea>
|
||||
<textarea name="reception_notes" id="mutationNotes" class="form-control" rows="3" placeholder="Masukkan catatan jika diperlukan..."></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user