File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -355,12 +355,12 @@ public function fetch($id, $ref = null)
355355 if ($ res < 0 ) {
356356 return -1 ;
357357 } elseif ($ res > 0 ) {
358- $ this ->fields ['date_acquisition ' ]['noteditable ' ] = ' 1 ' ;
359- $ this ->fields ['date_start ' ]['noteditable ' ] = ' 1 ' ;
360- $ this ->fields ['acquisition_value_ht ' ]['noteditable ' ] = ' 1 ' ;
361- $ this ->fields ['recovered_vat ' ]['noteditable ' ] = ' 1 ' ;
362- $ this ->fields ['reversal_date ' ]['noteditable ' ] = ' 1 ' ;
363- $ this ->fields ['reversal_amount_ht ' ]['noteditable ' ] = ' 1 ' ;
358+ $ this ->fields ['date_acquisition ' ]['noteditable ' ] = 1 ;
359+ $ this ->fields ['date_start ' ]['noteditable ' ] = 1 ;
360+ $ this ->fields ['acquisition_value_ht ' ]['noteditable ' ] = 1 ;
361+ $ this ->fields ['recovered_vat ' ]['noteditable ' ] = 1 ;
362+ $ this ->fields ['reversal_date ' ]['noteditable ' ] = 1 ;
363+ $ this ->fields ['reversal_amount_ht ' ]['noteditable ' ] = 1 ;
364364 }
365365 }
366366 return $ result ;
You can’t perform that action at this time.
0 commit comments