Pārlūkot izejas kodu

fixed weight processor

Josh 4 gadi atpakaļ
vecāks
revīzija
655e962ea6
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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.'
         ]
     ]
 ];