Skip to content

Commit

Permalink
FIX doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Jul 31, 2024
1 parent 9233d39 commit b5016c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/comm/propal/class/api_proposals.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ public function deleteLine($id, $lineid)
* Add a contact type of given commercial proposal
*
* @param int $id Id of commercial proposal to update
* @param int $contactid Id of contact or user to add
* @param string $type Type of the contact (BILLING, SHIPPING, CUSTOMER)
* @param int $contactid Id of external or internal contact to add
* @param string $type Type of the external contact (BILLING, SHIPPING, CUSTOMER), internal contact (SALESREPFOLL)
* @param string $source Source of the contact (internal, external)
* @return array
*
Expand Down

0 comments on commit b5016c8

Please sign in to comment.