Topic: Transaction References with Customer Placeholder
$refline_placeholders = array(
'MM' => 'date',
'YY' => 'date',
'YYYY' => 'date',
'FF' => 'date', // fiscal year
'FFFF' => 'date',
'UU' => 'user',
'P' => 'pos',
// FIXME: for placeholders below all the code should work, but as the ref length is variable,
// length specification in placeholder format should be implemented.
'C' => 'customer',
'B' => 'branch',
'S' => 'supplier',
'L' => 'location'
);
I uncommented the last four placeholders. should {C} shall bring the Customer's ShortCode in Reference. It is bringing 0. Any idea?