Skip to content

Commit 47ff14a

Browse files
authored
Update Cord.php
1 parent cb0364f commit 47ff14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function booking(string $booking): self
109109
*/
110110
public function receiveable(string $receiveable): self
111111
{
112-
$this->targetKey = $receiveable;
112+
$this->targetKey = 'AR INV ' . $receiveable;
113113
$this->target = DataTarget::Receiveable;
114114

115115
return $this;

0 commit comments

Comments
 (0)