Skip to content

Commit

Permalink
Merge pull request #252 from czqoocavatsim/development
Browse files Browse the repository at this point in the history
upload some logos
  • Loading branch information
mufassilyasir authored Feb 18, 2024
2 parents 90d5716 + dae6a3b commit 1bcfcb5
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/Models/Roster/RosterMember.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function activePretty()

public function meetsActivityRequirement()
{
//Returns false only if we want them to get an inactivity email
//Returns false only if we want them to get an inactivity email
$date = false;
// Get date certified
try {
Expand All @@ -125,12 +125,12 @@ public function meetsActivityRequirement()
if ($date === false && ($certifiedDate > Carbon::now()->startOfQuarter() && $certifiedDate < Carbon::now()->endOfQuarter())){
return true;
}

//If they are meeting activity requirements why send em an email?
if ($this->currency >= 3.0) {
if ($this->currency >= 0.1) {
return true;
}

//Finally send em an email!
return false;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/resources/media/img/brand/sqr/ZQO_SQ_TSPBLUE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 1bcfcb5

Please sign in to comment.