oitcode / Cbswei

CMS and other features. Created with laravel and livewire.
MIT License
12 stars 3 forks source link

In purchase add item, backend error message is shown when user does not enter unit and price per unit #8

Closed oitcode closed 1 year ago

oitcode commented 1 year ago

In purchase add item, backend error message is shown when user does not enter unit and price per unit and clicks on the add item button.

An appropriate validation message should be shown to users instead of throwing the backend error, as this confuses the user.

oitcode commented 1 year ago

Working on it.

oitcode commented 1 year ago

Fixed.