details: https://code.openbravo.com/erp/devel/pi/rev/cf31b113f28f changeset: 21331:cf31b113f28f user: Augusto Mauch <augusto.mauch <at> openbravo.com> date: Mon Oct 21 09:54:38 2013 +0200 summary: Fixes issue 24976: Removes not needed variable in ad_sequence_doc function
diffstat: src-db/database/model/functions/AD_SEQUENCE_DOC.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 0231591bd78a -r cf31b113f28f src-db/database/model/functions/AD_SEQUENCE_DOC.xml --- a/src-db/database/model/functions/AD_SEQUENCE_DOC.xml Mon Oct 21 09:33:47 2013 +0200 +++ b/src-db/database/model/functions/AD_SEQUENCE_DOC.xml Mon Oct 21 09:54:38 2013 +0200 @@ -41,7 +41,6 @@ * if ID < 1000000, use System Doc Sequence ************************************************************************/ v_NextNo VARCHAR2(32); - v_NextNoSys NUMBER; v_Prefix VARCHAR2(30) ; v_Suffix VARCHAR2(30) ; BEGIN ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
