Browse Source

fixed weight processor

Josh 4 years ago
parent
commit
655e962ea6
1 changed files with 2 additions and 1 deletions
  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.'
         ]
     ]
 ];