Răsfoiți Sursa

fixed weight processor

Josh 4 ani în urmă
părinte
comite
655e962ea6
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      storage/sections/weight/processor.php

+ 2 - 1
storage/sections/weight/processor.php

@@ -40,7 +40,8 @@ $newContentData = [
         [
             'label'=> 'weight',
             'value' => $weight, 
-            'effectiveDate' => $effectiveDate
+            'effectiveDate' => $effectiveDate,
+            'memo' => 'Created from note.'
         ]
     ]
 ];