View | Details | Raw Unified | Return to bug 25599
Collapse All | Expand All

(-)a/acqui/neworderempty.pl (-2 / +1 lines)
Lines 226-232 if ( not $ordernumber ) { # create order Link Here
226
                    }
226
                    }
227
                }
227
                }
228
228
229
                if ( $value eq '' ) {
229
                if ( $value ) {
230
230
231
                    # get today date & replace <<YYYY>>, <<MM>>, <<DD>> if provided in the default value
231
                    # get today date & replace <<YYYY>>, <<MM>>, <<DD>> if provided in the default value
232
                    my $today_dt = dt_from_string;
232
                    my $today_dt = dt_from_string;
233
- 

Return to bug 25599