X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Falter2.4.php;fp=sql%2Falter2.4.php;h=4fd3563f9fc4062e0129eb3493ab1f6e1747340c;hb=01b608e906fb9c86b129d3086fcb0a2258ef08e2;hp=7fc60b38716106f89dd2fbcb08948fde3e0db8a8;hpb=b0cf01e322af8291c73fb5e4478347aaa0070c02;p=fa-stable.git diff --git a/sql/alter2.4.php b/sql/alter2.4.php index 7fc60b38..4fd3563f 100644 --- a/sql/alter2.4.php +++ b/sql/alter2.4.php @@ -252,6 +252,7 @@ class fa2_4 extends fa_patch { 'tax_group_items' => array('rate'), 'budget_trans' => array('type', 'type_no', 'person_id', 'person_type_id', 'memo_'), 'cust_branch' => array('contact_name', 'disable_trans'), + 'stock_moves' => array('discount_percent', 'person_id'), ); foreach($dropcol as $table => $columns)