X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sales%2Fincludes%2Fdb%2Fcustalloc_db.inc;h=f9fc78e7cc0a47e0d568dd5ff13a4a09eda8e0e9;hb=68dee220a91ccf1725fc3ee86c8967457b749ccb;hp=c269b42562a37c7050b6065b5c482d382ab8055b;hpb=8864afc6120e1cd98b76629fce4c4d0f95b053f7;p=fa-stable.git diff --git a/sales/includes/db/custalloc_db.inc b/sales/includes/db/custalloc_db.inc index c269b425..f9fc78e7 100644 --- a/sales/includes/db/custalloc_db.inc +++ b/sales/includes/db/custalloc_db.inc @@ -108,7 +108,7 @@ function get_alloc_trans_sql($extra_fields=null, $extra_conditions=null, $extra_ if ($extra_conditions) $sql .= " AND $extra_conditions "; - + return $sql; }