Fix spelling error
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 45s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s

This commit is contained in:
Deon George 2025-07-22 14:10:45 +08:00
parent ebb3a658c7
commit d2bffb6c01

View File

@ -605,7 +605,7 @@ class Invoice extends Model
if (! $id) {
$po = new Product;
$po->translate = new ProductTranslate;
$po->translate->name_detail = 'Miscellanious';
$po->translate->name_detail = 'Miscellaneous';
} else {
$po = $o->first()->product;