This commit is contained in:
Felipe
2023-10-23 17:09:05 -05:00
parent 42604a658c
commit fd9afd2183
22 changed files with 844 additions and 515 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class Historiale extends Model
public function vendedor()
{
return $this->belongsTo(User::class);
return $this->belongsTo(User::class , 'vendedor_id');
}
public function tarifa()