Skip to content

Commit

Permalink
Merge pull request #8 from ledgersmb/1.3
Browse files Browse the repository at this point in the history
1.3
  • Loading branch information
ehuelsmann committed May 12, 2014
2 parents 0714e18 + 774fd97 commit 2271632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LedgerSMB/OE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,8 @@ sub save {

$netamount += $form->{"sellprice_$i"} * $form->{"qty_$i"};

$project_id = "0";

if ( $form->{"projectnumber_$i"} ne "" ) {
( $null, $project_id ) = split /--/,
$form->{"projectnumber_$i"};
Expand Down

0 comments on commit 2271632

Please sign in to comment.