Merge branch '567-adopt-branch-551' into 'master-fix'
Fix error. #567 See merge request jankstudio/resq!673
This commit is contained in:
commit
3b808a8bf8
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ class WarrantyHandler
|
||||||
}
|
}
|
||||||
|
|
||||||
public function createWarranty($serial, $plate_number, $first_name, $last_name, $mobile_number,
|
public function createWarranty($serial, $plate_number, $first_name, $last_name, $mobile_number,
|
||||||
$batt_list, DateTime $date_purchase, $warranty_class)
|
|
||||||
$batt_list, DateTime $date_purchase, $warranty_class, $user_id, $source)
|
$batt_list, DateTime $date_purchase, $warranty_class, $user_id, $source)
|
||||||
{
|
{
|
||||||
// new warranty
|
// new warranty
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue