diff --git a/app/Http/Controllers/Web/Custom/HelloTechno/ReceiptIssuingsOrdersParam.php b/app/Http/Controllers/Web/Custom/HelloTechno/ReceiptIssuingsOrdersParam.php index b976e24..e0d7238 100644 --- a/app/Http/Controllers/Web/Custom/HelloTechno/ReceiptIssuingsOrdersParam.php +++ b/app/Http/Controllers/Web/Custom/HelloTechno/ReceiptIssuingsOrdersParam.php @@ -19,6 +19,7 @@ use Illuminate\Support\Carbon; * @property ?Carbon $orderDateTo * @property ?string $smsPhoneNumber * @property ?string $handlerName + * @property ?string $receiptNo */ class ReceiptIssuingsOrdersParam extends BaseParam @@ -40,6 +41,7 @@ class ReceiptIssuingsOrdersParam extends BaseParam Repository::CONDITION_ORDER_DATE_FROM => $this->date(true), Repository::CONDITION_ORDER_DATE_TO => $this->date(true), Repository::CONDITION_HANDLER_NAME => $this->str(true), + Repository::CONDITION_RECEIPT_NO => $this->str(true), ], $this->sortableRules(), );