File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -754,8 +754,8 @@ public function fetch_lines()
754
754
$ line ->total_localtax2 = $ objp ->total_localtax2 ;
755
755
$ line ->total_ttc = $ objp ->total_ttc ;
756
756
$ line ->product_type = $ objp ->product_type ;
757
- $ line ->date_start = $ objp ->date_start ;
758
- $ line ->date_end = $ objp ->date_end ;
757
+ $ line ->date_start = $ this -> db -> jdate ( $ objp ->date_start ) ;
758
+ $ line ->date_end = $ this -> db -> jdate ( $ objp ->date_end ) ;
759
759
$ line ->info_bits = $ objp ->info_bits ;
760
760
$ line ->special_code = $ objp ->special_code ;
761
761
$ line ->rang = $ objp ->rang ;
@@ -2122,8 +2122,8 @@ public function fetch($rowid)
2122
2122
$ this ->total_localtax2 = $ objp ->total_localtax2 ;
2123
2123
$ this ->total_ttc = $ objp ->total_ttc ;
2124
2124
$ this ->product_type = $ objp ->product_type ;
2125
- $ this ->date_start = $ objp ->date_start ;
2126
- $ this ->date_end = $ objp ->date_end ;
2125
+ $ this ->date_start = $ this -> db -> jdate ( $ objp ->date_start ) ;
2126
+ $ this ->date_end = $ this -> db -> jdate ( $ objp ->date_end ) ;
2127
2127
$ this ->info_bits = $ objp ->info_bits ;
2128
2128
$ this ->special_code = $ objp ->special_code ;
2129
2129
$ this ->rang = $ objp ->rang ;
Original file line number Diff line number Diff line change @@ -1072,8 +1072,8 @@ public function fetch_lines()
1072
1072
$ line ->id = $ obj ->rowid ;
1073
1073
$ line ->rowid = $ obj ->rowid ;
1074
1074
$ line ->description = $ obj ->description ;
1075
- $ line ->date_start = $ obj ->date_start ;
1076
- $ line ->date_end = $ obj ->date_end ;
1075
+ $ line ->date_start = $ this -> db -> jdate ( $ obj ->date_start ) ;
1076
+ $ line ->date_end = $ this -> db -> jdate ( $ obj ->date_end ) ;
1077
1077
1078
1078
$ line ->product_ref = $ obj ->product_ref ;
1079
1079
$ line ->ref = $ obj ->product_ref ;
@@ -3657,8 +3657,8 @@ public function fetch($rowid)
3657
3657
$ this ->rowid = $ obj ->rowid ;
3658
3658
$ this ->fk_facture_fourn = $ obj ->fk_facture_fourn ;
3659
3659
$ this ->description = $ obj ->description ;
3660
- $ this ->date_start = $ obj ->date_start ;
3661
- $ this ->date_end = $ obj ->date_end ;
3660
+ $ this ->date_start = $ this -> db -> jdate ( $ obj ->date_start ) ;
3661
+ $ this ->date_end = $ this -> db -> jdate ( $ obj ->date_end ) ;
3662
3662
$ this ->product_ref = $ obj ->product_ref ;
3663
3663
$ this ->ref_supplier = $ obj ->ref_supplier ;
3664
3664
$ this ->product_desc = $ obj ->product_desc ;
You can’t perform that action at this time.
0 commit comments