Fixes for task filters

This commit is contained in:
David Bomba 2024-06-09 14:07:56 +10:00
parent d6337b69b3
commit cf35c30bfc
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ class TaskFilters extends QueryFilters
return $this->builder; return $this->builder;
} }
public function project_tasks($project): Builder public function project_tasks(string $project = ''): Builder
{ {
if (strlen($project) == 0) { if (strlen($project) == 0) {
return $this->builder; return $this->builder;

View File

@ -2695,7 +2695,7 @@ $lang = array(
'no_assets' => 'No images, drag to upload', 'no_assets' => 'No images, drag to upload',
'add_image' => 'Add Image', 'add_image' => 'Add Image',
'select_image' => 'Select Image', 'select_image' => 'Select Image',
'upgrade_to_upload_images' => 'Upgrade to the Enterprise Plan to upload images', 'upgrade_to_upload_images' => 'Upgrade to the Enterprise Plan to upload files & images',
'delete_image' => 'Delete Image', 'delete_image' => 'Delete Image',
'delete_image_help' => 'Warning: deleting the image will remove it from all proposals.', 'delete_image_help' => 'Warning: deleting the image will remove it from all proposals.',
'amount_variable_help' => 'Note: the invoice $amount field will use the partial/deposit field if set otherwise it will use the invoice balance.', 'amount_variable_help' => 'Note: the invoice $amount field will use the partial/deposit field if set otherwise it will use the invoice balance.',