<<

NAME

newordersuggestion.pl

DESCRIPTION

this script allow to add an order from a existing suggestion. The suggestion must have 'ACCEPTED' as status.

CGI PARAMETERS

basketno
    the number of this basket.
booksellerid
    the bookseller who sells this record.
title
    to filter on title when searching among ACCEPTED suggestion.
author
    to filter on author when searching among ACCEPTED suggestion.
note
    to filter on note when searching among ACCEPTED suggestion.
copyrightdate
publishercode
volumedesc
publicationyear

the publication year of this record.

place
isbn

the isbn of this suggestion.

duplicateNumber

is the biblionumber to put to the new suggestion.

suggestionid

the id of the suggestion to select.

op

can be equal to * connectDuplicate : then call to the function : ConnectSuggestionAndBiblio. i.e set the biblionumber of this suggestion. * else : is the default value.

<<