X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fdb%2Fcompany_db.inc;h=ba56c4b905d8c55e3549566488ca8ec708145afd;hb=c9b7acbdfefe7a626368bfea9af867c4f8b99a1a;hp=817b5d19b0c0eec69fc4a2b638a6624202f22ce2;hpb=b17df731b4bb055c2fdd568bc4be9e5caa0ee07b;p=fa-stable.git diff --git a/admin/db/company_db.inc b/admin/db/company_db.inc index 817b5d19..ba56c4b9 100644 --- a/admin/db/company_db.inc +++ b/admin/db/company_db.inc @@ -23,6 +23,8 @@ function update_company_gl_setup($debtors_act, $pyt_discount_act, $creditors_act $allow_negative_stock, $po_over_receive, $po_over_charge, + $accumulate_shipping, + $legal_text, $past_due_days, $default_credit_limit, $default_workorder_required, @@ -44,6 +46,8 @@ function update_company_gl_setup($debtors_act, $pyt_discount_act, $creditors_act allow_negative_stock=$allow_negative_stock, po_over_receive=$po_over_receive, po_over_charge=$po_over_charge, + accumulate_shipping=$accumulate_shipping, + legal_text=".db_escape($legal_text).", past_due_days=$past_due_days, default_credit_limit=$default_credit_limit, default_workorder_required=$default_workorder_required,