Added save button in invoice pending reason page
This commit is contained in:
@@ -146,12 +146,13 @@ class InvoicePendingReason extends Page
|
||||
->columns(3);
|
||||
}
|
||||
|
||||
public function addRemark($value){
|
||||
public function addRemark(){
|
||||
$plantId = $this->filters['plant_id'] ?? null;
|
||||
$documentNumber = $this->filters['document_number'] ?? null;
|
||||
$remark = $value;
|
||||
$remark = $this->filters['remark'] ?? null;
|
||||
|
||||
if (! $plantId || ! $documentNumber || $remark == '') {
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user