X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsystypes.inc;h=969960cd3a4c8e11c857c3e54d3b2cbbd6121cc0;hb=a11ed22a51541fdee03783e779e8e6e9b7e290b1;hp=4589e76bca9f622ab8e6ccd466c2efbe570cfbf5;hpb=b3364aceecbf38109924c6ee1d48a28db78ad725;p=fa-stable.git diff --git a/includes/systypes.inc b/includes/systypes.inc index 4589e76b..969960cd 100644 --- a/includes/systypes.inc +++ b/includes/systypes.inc @@ -63,7 +63,7 @@ function get_systype_db_info($type) case 31 : return array("".TB_PREF."service_orders", null, "order_no", "cust_ref", "date"); case ST_SALESQUOTE : return array("".TB_PREF."sales_orders", "trans_type", "order_no", "reference", "ord_date"); case ST_DIMENSION : return array("".TB_PREF."dimensions", null, "id", "reference", "date_"); - case ST_COSTUPDATE : return null; + case ST_COSTUPDATE : return array("".TB_PREF."gl_trans", "type", "type_no", null, "tran_date"); } display_db_error("invalid type ($type) sent to get_systype_db_info", "", true);