Procházet zdrojové kódy

update: inventory manage

tokumeikoi před 2 roky
rodič
revize
7713489945

+ 2 - 2
app/Services/PlanService.php

@@ -15,13 +15,13 @@ class PlanService
 
     public function incrementInventory(): bool
     {
-        if ($this->plan->inventory_limit !== NULL) return true;
+        if ($this->plan->inventory_limit === NULL) return true;
         return $this->plan->increment('inventory_limit');
     }
 
     public function decrementInventory(): bool
     {
-        if ($this->plan->inventory_limit !== NULL) return true;
+        if ($this->plan->inventory_limit === NULL) return true;
         return $this->plan->decrement('inventory_limit');
     }
 }

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
public/theme/v2board/assets/umi.css


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
public/theme/v2board/assets/umi.js


Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů